#CF90CB

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

Shades of Lilac #CF90CB

Tints of Lilac #CF90CB

Color information

#CF90CB (or 0xCF90CB) is unknown color: approx Lilac. HEX triplet: CF, 90 and CB. RGB value is (207,144,203). Sum of RGB (Red+Green+Blue) = 207+144+203=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90CB is #306F34. Grayscale: #A9A9A9. Windows color (decimal): -3174197 or 13340879. OLE color: 13340879.

HSL color Cylindrical-coordinate representation of color #CF90CB: hue angle of 303.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF90CB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207144203-
CMYK00.300.020.19
HSL303.81º39.62%68.82%-
HSV(B)303.81º30.43%81.18%-
XYZ46.4837.5261.29-
YUV169.56146.87154.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=37.36%
G=25.99%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714420300.300.020.19303.8139.6268.82
HexCF90CB01E2131302845
Octal31722031303622346050105
Binary11001111100100001100101101111010100111001100001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90CB; }

 p { color: rgb(207,144,203); }

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

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

 a { background-color: rgb(207,144,203); }

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

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

 span { border-color: rgb(207,144,203); }

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