#CF9FC5

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

Shades of Lilac #CF9FC5

Tints of Lilac #CF9FC5

Color information

#CF9FC5 (or 0xCF9FC5) is unknown color: approx Lilac. HEX triplet: CF, 9F and C5. RGB value is (207,159,197). Sum of RGB (Red+Green+Blue) = 207+159+197=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FC5 is #30603A. Grayscale: #B1B1B1. Windows color (decimal): -3170363 or 12951503. OLE color: 12951503.

HSL color Cylindrical-coordinate representation of color #CF9FC5: hue angle of 312.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FC5 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207159197-
CMYK00.230.050.19
HSL312.5º33.33%71.76%-
HSV(B)312.5º23.19%81.18%-
XYZ48.2142.0958.41-
YUV177.68138.9148.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=36.77%
G=28.24%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715919700.230.050.19312.533.3371.76
HexCF9FC50175131382148
Octal31723730502752347041110
Binary110011111001111111000101010111101100111001110001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FC5; }

 p { color: rgb(207,159,197); }

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

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

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

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

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

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

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