Html Css Color HEX #CF9DCF Lilac

📋 copy color: '#CF9DCF'

red 207 ◦ green 157 ◦ blue 207

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

Shades of Lilac #CF9DCF

Tints of Lilac #CF9DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.5%

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 36.25%
G = 27.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF9DCF (or 0xCF9DCF) is known color: Lilac. HEX triplet: CF, 9D and CF. RGB value is (207,157,207). Sum of RGB (Red+Green+Blue) = 207+157+207=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DCF is #306230. Grayscale: #B1B1B1. Windows color (decimal): -3170865 or 13606351. OLE color: 13606351.

HSL color Cylindrical-coordinate representation of color #CF9DCF: hue angle of 300º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DCF is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 157 207 -
CMYK 0 0.24 0 0.19
HSL 300º 0.34% 0.71% -
HSV(B) 300º 0.24% 0.81% -
XYZ 49.05 41.88 64.53 -
YUV 177.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 207 157 207 0 0.24 0 0.19 300 0.34 0.71
Hex CF 9D CF 0 18 0 13 12C 22 47
Octal 317 235 317 0 30 0 23 454 42 107
Binary 11001111 10011101 11001111 0 11000 0 10011 100101100 100010 1000111

Color Harmonies of #CF9DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DCF

Black with #CF9DCF

Text Example


Text Example

White with #CF9DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DCF; }

 p { color: rgb(207,157,207); }

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

background-color css

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

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

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

border-color css

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

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

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