Html Css Color HEX #CF9FCE Lilac

📋 copy color: '#CF9FCE'

red 207 ◦ green 159 ◦ blue 206

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

Shades of Lilac #CF9FCE

Tints of Lilac #CF9FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 36.19%
G = 27.8%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF9FCE (or 0xCF9FCE) is known color: Lilac. HEX triplet: CF, 9F and CE. RGB value is (207,159,206). Sum of RGB (Red+Green+Blue) = 207+159+206=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FCE is #306031. Grayscale: #B2B2B2. Windows color (decimal): -3170354 or 13541327. OLE color: 13541327.

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

Color convert

RGB 207 159 206 -
CMYK 0 0.23 0.00 0.19
HSL 301.25º 0.33% 0.72% -
HSV(B) 301.25º 0.23% 0.81% -
XYZ 49.27 42.52 64 -
YUV 178.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 207 159 206 0 0.23 0.00 0.19 301.25 0.33 0.72
Hex CF 9F CE 0 17 0 13 12D 21 48
Octal 317 237 316 0 27 0 23 455 41 110
Binary 11001111 10011111 11001110 0 10111 0 10011 100101101 100001 1001000

Color Harmonies of #CF9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FCE

Black with #CF9FCE

Text Example


Text Example

White with #CF9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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