#C38EEB

Color #C38EEB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C38EEB

Tints of Wisteria #C38EEB

Color information

#C38EEB (or 0xC38EEB) is unknown color: approx Wisteria. HEX triplet: C3, 8E and EB. RGB value is (195,142,235). Sum of RGB (Red+Green+Blue) = 195+142+235=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #C38EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EEB is #3C7114. Grayscale: #A8A8A8. Windows color (decimal): -3961109 or 15437507. OLE color: 15437507.

HSL color Cylindrical-coordinate representation of color #C38EEB: hue angle of 274.19º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C38EEB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195142235-
CMYK0.170.4000.08
HSL274.19º69.92%73.92%-
HSV(B)274.19º39.57%92.16%-
XYZ47.1736.9583.24-
YUV168.45165.56146.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 142 (55.86% from 255) = 24.83%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=34.09%
G=24.83%
B=41.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951422350.170.4000.08274.1969.9273.92
HexC38EEB112808112464a
Octal3032163532150010422106112
Binary110000111000111011101011100011010000100010001001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EEB; }

 p { color: rgb(195,142,235); }

 H1.HeaderClassName
 {
   color: #C38EEB;
 }
 .AnyTagClassName
 {
   color: #C38EEB;
 }
</style>
background-color css

<style>
 a { background-color: #C38EEB; }

 a { background-color: rgb(195,142,235); }

 div.DivClassName
 {
   background-color: #C38EEB;
 }
 .BgClassName
 {
   background-color: #C38EEB;
 }
</style>
border-color css

<style>
 span { border-color: #C38EEB; }

 span { border-color: rgb(195,142,235); }

 td.TdClassName
 {
   border-color: #C38EEB;
 }
 .TagClassName
 {
   border-color: #C38EEB;
 }
</style>