#CF90CF

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

Shades of Lilac #CF90CF

Tints of Lilac #CF90CF

Color information

#CF90CF (or 0xCF90CF) is unknown color: approx Lilac. HEX triplet: CF, 90 and CF. RGB value is (207,144,207). Sum of RGB (Red+Green+Blue) = 207+144+207=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90CF is #306F30. Grayscale: #A9A9A9. Windows color (decimal): -3174193 or 13603023. OLE color: 13603023.

HSL color Cylindrical-coordinate representation of color #CF90CF: hue angle of 300º 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 #CF90CF is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207144207-
CMYK00.3000.19
HSL300º39.62%68.82%-
HSV(B)300º30.43%81.18%-
XYZ46.9737.7263.84-
YUV170.02148.87154.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=37.10%
G=25.81%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714420700.3000.1930039.6268.82
HexCF90CF01E01312c2845
Octal31722031703602345450105
Binary1100111110010000110011110111100100111001011001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90CF; }

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

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

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

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

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

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

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

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