#C38FCA

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

Shades of Lilac #C38FCA

Tints of Lilac #C38FCA

Color information

#C38FCA (or 0xC38FCA) is unknown color: approx Lilac. HEX triplet: C3, 8F and CA. RGB value is (195,143,202). Sum of RGB (Red+Green+Blue) = 195+143+202=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #C38FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FCA is #3C7035. Grayscale: #A5A5A5. Windows color (decimal): -3960886 or 13275075. OLE color: 13275075.

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

Color convert

RGB195143202-
CMYK0.030.2900.21
HSL292.88º35.76%67.65%-
HSV(B)292.88º29.21%79.22%-
XYZ42.9935.5160.47-
YUV165.27148.73149.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.11%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=36.11%
G=26.48%
B=37.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951432020.030.2900.21292.8835.7667.65
HexC38FCA31D0151252444
Octal30321731233502544544104
Binary11000011100011111100101011111010101011001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FCA; }

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

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

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

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

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

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

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

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