#C38CCA

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

Shades of Lilac #C38CCA

Tints of Lilac #C38CCA

Color information

#C38CCA (or 0xC38CCA) is unknown color: approx Lilac. HEX triplet: C3, 8C and CA. RGB value is (195,140,202). Sum of RGB (Red+Green+Blue) = 195+140+202=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #C38CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CCA is #3C7335. Grayscale: #A3A3A3. Windows color (decimal): -3961654 or 13274307. OLE color: 13274307.

HSL color Cylindrical-coordinate representation of color #C38CCA: hue angle of 293.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38CCA is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195140202-
CMYK0.030.3100.21
HSL293.23º36.9%67.06%-
HSV(B)293.23º30.69%79.22%-
XYZ42.5434.6260.32-
YUV163.51149.72150.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.31%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=36.31%
G=26.07%
B=37.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951402020.030.3100.21293.2336.967.06
HexC38CCA31F0151252543
Octal30321431233702544545103
Binary11000011100011001100101011111110101011001001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CCA; }

 p { color: rgb(195,140,202); }

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

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

 a { background-color: rgb(195,140,202); }

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

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

 span { border-color: rgb(195,140,202); }

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