#CF8DCA

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

Shades of Lilac #CF8DCA

Tints of Lilac #CF8DCA

Color information

#CF8DCA (or 0xCF8DCA) is unknown color: approx Lilac. HEX triplet: CF, 8D and CA. RGB value is (207,141,202). Sum of RGB (Red+Green+Blue) = 207+141+202=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DCA is #307235. Grayscale: #A7A7A7. Windows color (decimal): -3174966 or 13274575. OLE color: 13274575.

HSL color Cylindrical-coordinate representation of color #CF8DCA: hue angle of 304.55º degrees, saturation: 0.41, 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 #CF8DCA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207141202-
CMYK00.320.020.19
HSL304.55º40.74%68.24%-
HSV(B)304.55º31.88%81.18%-
XYZ45.9236.5860.52-
YUV167.69147.37156.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=37.64%
G=25.64%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714120200.320.020.19304.5540.7468.24
HexCF8DCA0202131312944
Octal31721531204022346151104
Binary110011111000110111001010010000010100111001100011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DCA; }

 p { color: rgb(207,141,202); }

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

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

 a { background-color: rgb(207,141,202); }

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

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

 span { border-color: rgb(207,141,202); }

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