Html Css Color HEX #CF9ED5 Lilac

📋 copy color: '#CF9ED5'

red 207 ◦ green 158 ◦ blue 213

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

Shades of Lilac #CF9ED5

Tints of Lilac #CF9ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.34%

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 35.81%
G = 27.34%
B = 36.85%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF9ED5 (or 0xCF9ED5) is known color: Lilac. HEX triplet: CF, 9E and D5. RGB value is (207,158,213). Sum of RGB (Red+Green+Blue) = 207+158+213=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ED5 is #30612A. Grayscale: #B2B2B2. Windows color (decimal): -3170603 or 13999823. OLE color: 13999823.

HSL color Cylindrical-coordinate representation of color #CF9ED5: hue angle of 293.45º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9ED5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 158 213 -
CMYK 0.03 0.26 0 0.16
HSL 293.45º 0.4% 0.73% -
HSV(B) 293.45º 0.26% 0.84% -
XYZ 49.97 42.52 68.52 -
YUV 178.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 207 158 213 0.03 0.26 0 0.16 293.45 0.4 0.73
Hex CF 9E D5 3 1A 0 10 125 28 49
Octal 317 236 325 3 32 0 20 445 50 111
Binary 11001111 10011110 11010101 11 11010 0 10000 100100101 101000 1001001

Color Harmonies of #CF9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9ED5

Black with #CF9ED5

Text Example


Text Example

White with #CF9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9ED5; }

 p { color: rgb(207,158,213); }

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

background-color css

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

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

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

border-color css

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

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

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