Html Css Color HEX #CF9FCB Lilac

📋 copy color: '#CF9FCB'

red 207 ◦ green 159 ◦ blue 203

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

Shades of Lilac #CF9FCB

Tints of Lilac #CF9FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 36.38%
G = 27.94%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF9FCB (or 0xCF9FCB) is known color: Lilac. HEX triplet: CF, 9F and CB. RGB value is (207,159,203). Sum of RGB (Red+Green+Blue) = 207+159+203=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FCB is #306034. Grayscale: #B2B2B2. Windows color (decimal): -3170357 or 13344719. OLE color: 13344719.

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

Color convert

RGB 207 159 203 -
CMYK 0 0.23 0.02 0.19
HSL 305º 0.33% 0.72% -
HSV(B) 305º 0.23% 0.81% -
XYZ 48.91 42.37 62.1 -
YUV 178.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 207 159 203 0 0.23 0.02 0.19 305 0.33 0.72
Hex CF 9F CB 0 17 2 13 131 21 48
Octal 317 237 313 0 27 2 23 461 41 110
Binary 11001111 10011111 11001011 0 10111 10 10011 100110001 100001 1001000

Color Harmonies of #CF9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FCB

Black with #CF9FCB

Text Example


Text Example

White with #CF9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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