#C38CCE

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

Shades of Lilac #C38CCE

Tints of Lilac #C38CCE

Color information

#C38CCE (or 0xC38CCE) is unknown color: approx Lilac. HEX triplet: C3, 8C and CE. RGB value is (195,140,206). Sum of RGB (Red+Green+Blue) = 195+140+206=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #C38CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CCE is #3C7331. Grayscale: #A3A3A3. Windows color (decimal): -3961650 or 13536451. OLE color: 13536451.

HSL color Cylindrical-coordinate representation of color #C38CCE: hue angle of 290º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38CCE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195140206-
CMYK0.050.3200.19
HSL290º40.24%67.84%-
HSV(B)290º32.04%80.78%-
XYZ43.0234.8162.84-
YUV163.97151.72150.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=36.04%
G=25.88%
B=38.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951402060.050.3200.1929040.2467.84
HexC38CCE5200131222844
Octal30321431654002344250104
Binary1100001110001100110011101011000000100111001000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CCE; }

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

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

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

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

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

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

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

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