#C38CCD

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

Shades of Lilac #C38CCD

Tints of Lilac #C38CCD

Color information

#C38CCD (or 0xC38CCD) is unknown color: approx Lilac. HEX triplet: C3, 8C and CD. RGB value is (195,140,205). Sum of RGB (Red+Green+Blue) = 195+140+205=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C38CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CCD is #3C7332. Grayscale: #A3A3A3. Windows color (decimal): -3961651 or 13470915. OLE color: 13470915.

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

Color convert

RGB195140205-
CMYK0.050.3200.20
HSL290.77º39.39%67.65%-
HSV(B)290.77º31.71%80.39%-
XYZ42.934.7762.21-
YUV163.86151.22150.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.11%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=36.11%
G=25.93%
B=37.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951402050.050.3200.20290.7739.3967.65
HexC38CCD5200141232744
Octal30321431554002444347104
Binary1100001110001100110011011011000000101001001000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CCD; }

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

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

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

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

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

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

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

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