Html Css Color HEX #CF9FC8 Lilac

📋 copy color: '#CF9FC8'

red 207 ◦ green 159 ◦ blue 200

#CF9FC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CF9FC8

Tints of Lilac #CF9FC8

RGB

 RED value IS 207 (81.25% from 255) = 36.57%

 GREEN value IS 159 (62.5% from 255) = 28.09%

 BLUE value IS 200 (78.52% from 255) = 35.34%

R = 36.57%
G = 28.09%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF9FC8 (or 0xCF9FC8) is known color: Lilac. HEX triplet: CF, 9F and C8. RGB value is (207,159,200). Sum of RGB (Red+Green+Blue) = 207+159+200=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FC8 is #306037. Grayscale: #B1B1B1. Windows color (decimal): -3170360 or 13148111. OLE color: 13148111.

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

Color convert

RGB 207 159 200 -
CMYK 0 0.23 0.03 0.19
HSL 308.75º 0.33% 0.72% -
HSV(B) 308.75º 0.23% 0.81% -
XYZ 48.56 42.23 60.24 -
YUV 178.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 207 159 200 0 0.23 0.03 0.19 308.75 0.33 0.72
Hex CF 9F C8 0 17 3 13 135 21 48
Octal 317 237 310 0 27 3 23 465 41 110
Binary 11001111 10011111 11001000 0 10111 11 10011 100110101 100001 1001000

Color Harmonies of #CF9FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FC8

Black with #CF9FC8

Text Example


Text Example

White with #CF9FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FC8; }

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

 H1.HeaderClassName
 {
   color: #CF9FC8;
 }
 .AnyTagClassName
 {
   color: #CF9FC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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