#C38EEA

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

Shades of Wisteria #C38EEA

Tints of Wisteria #C38EEA

Color information

#C38EEA (or 0xC38EEA) is unknown color: approx Wisteria. HEX triplet: C3, 8E and EA. RGB value is (195,142,234). Sum of RGB (Red+Green+Blue) = 195+142+234=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #C38EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EEA is #3C7115. Grayscale: #A8A8A8. Windows color (decimal): -3961110 or 15371971. OLE color: 15371971.

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

Color convert

RGB195142234-
CMYK0.170.3900.08
HSL274.57º68.66%73.73%-
HSV(B)274.57º39.32%91.76%-
XYZ47.0336.8982.48-
YUV168.33165.06147.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 142 (55.86% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=34.15%
G=24.87%
B=40.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951422340.170.3900.08274.5768.6673.73
HexC38EEA112708113454a
Octal3032163522147010423105112
Binary110000111000111011101010100011001110100010001001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EEA; }

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

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

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

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

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

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

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

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