#CF98CD

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

Shades of Lilac #CF98CD

Tints of Lilac #CF98CD

Color information

#CF98CD (or 0xCF98CD) is unknown color: approx Lilac. HEX triplet: CF, 98 and CD. RGB value is (207,152,205). Sum of RGB (Red+Green+Blue) = 207+152+205=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98CD is #306732. Grayscale: #AEAEAE. Windows color (decimal): -3172147 or 13473999. OLE color: 13473999.

HSL color Cylindrical-coordinate representation of color #CF98CD: hue angle of 302.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF98CD is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207152205-
CMYK00.270.010.19
HSL302.18º36.42%70.39%-
HSV(B)302.18º26.57%81.18%-
XYZ47.9840.1362.97-
YUV174.49145.22151.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=36.70%
G=26.95%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715220500.270.010.19302.1836.4270.39
HexCF98CD01B11312e2446
Octal31723031503312345644106
Binary1100111110011000110011010110111100111001011101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98CD; }

 p { color: rgb(207,152,205); }

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

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

 a { background-color: rgb(207,152,205); }

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

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

 span { border-color: rgb(207,152,205); }

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