Html Css Color HEX #CF9DC5 Lilac

📋 copy color: '#CF9DC5'

red 207 ◦ green 157 ◦ blue 197

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

Shades of Lilac #CF9DC5

Tints of Lilac #CF9DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 36.9%
G = 27.99%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF9DC5 (or 0xCF9DC5) is known color: Lilac. HEX triplet: CF, 9D and C5. RGB value is (207,157,197). Sum of RGB (Red+Green+Blue) = 207+157+197=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DC5 is #30623A. Grayscale: #B0B0B0. Windows color (decimal): -3170875 or 12950991. OLE color: 12950991.

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

Color convert

RGB 207 157 197 -
CMYK 0 0.24 0.05 0.19
HSL 312º 0.34% 0.71% -
HSV(B) 312º 0.24% 0.81% -
XYZ 47.87 41.41 58.29 -
YUV 176.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 207 157 197 0 0.24 0.05 0.19 312 0.34 0.71
Hex CF 9D C5 0 18 5 13 138 22 47
Octal 317 235 305 0 30 5 23 470 42 107
Binary 11001111 10011101 11000101 0 11000 101 10011 100111000 100010 1000111

Color Harmonies of #CF9DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DC5

Black with #CF9DC5

Text Example


Text Example

White with #CF9DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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