Html Css Color HEX #CF9FCC Lilac

📋 copy color: '#CF9FCC'

red 207 ◦ green 159 ◦ blue 204

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

Shades of Lilac #CF9FCC

Tints of Lilac #CF9FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 36.32%
G = 27.89%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF9FCC (or 0xCF9FCC) is known color: Lilac. HEX triplet: CF, 9F and CC. RGB value is (207,159,204). Sum of RGB (Red+Green+Blue) = 207+159+204=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FCC is #306033. Grayscale: #B2B2B2. Windows color (decimal): -3170356 or 13410255. OLE color: 13410255.

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

Color convert

RGB 207 159 204 -
CMYK 0 0.23 0.01 0.19
HSL 303.75º 0.33% 0.72% -
HSV(B) 303.75º 0.23% 0.81% -
XYZ 49.03 42.42 62.73 -
YUV 178.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 207 159 204 0 0.23 0.01 0.19 303.75 0.33 0.72
Hex CF 9F CC 0 17 1 13 130 21 48
Octal 317 237 314 0 27 1 23 460 41 110
Binary 11001111 10011111 11001100 0 10111 1 10011 100110000 100001 1001000

Color Harmonies of #CF9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FCC

Black with #CF9FCC

Text Example


Text Example

White with #CF9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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