Html Css Color HEX #CF95CE Lilac

📋 copy color: '#CF95CE'

red 207 ◦ green 149 ◦ blue 206

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

Shades of Lilac #CF95CE

Tints of Lilac #CF95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.51%

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

R = 36.83%
G = 26.51%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF95CE (or 0xCF95CE) is known color: Lilac. HEX triplet: CF, 95 and CE. RGB value is (207,149,206). Sum of RGB (Red+Green+Blue) = 207+149+206=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95CE is #306A31. Grayscale: #ACACAC. Windows color (decimal): -3172914 or 13538767. OLE color: 13538767.

HSL color Cylindrical-coordinate representation of color #CF95CE: hue angle of 301.03º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF95CE is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 206 -
CMYK 0 0.28 0.00 0.19
HSL 301.03º 0.38% 0.7% -
HSV(B) 301.03º 0.28% 0.81% -
XYZ 47.62 39.22 63.45 -
YUV 172.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 207 149 206 0 0.28 0.00 0.19 301.03 0.38 0.7
Hex CF 95 CE 0 1C 0 13 12D 26 46
Octal 317 225 316 0 34 0 23 455 46 106
Binary 11001111 10010101 11001110 0 11100 0 10011 100101101 100110 1000110

Color Harmonies of #CF95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF95CE

Black with #CF95CE

Text Example


Text Example

White with #CF95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF95CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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