Html Css Color HEX #CF95CB Lilac

📋 copy color: '#CF95CB'

red 207 ◦ green 149 ◦ blue 203

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

Shades of Lilac #CF95CB

Tints of Lilac #CF95CB

RGB

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

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

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

R = 37.03%
G = 26.65%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF95CB (or 0xCF95CB) is known color: Lilac. HEX triplet: CF, 95 and CB. RGB value is (207,149,203). Sum of RGB (Red+Green+Blue) = 207+149+203=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95CB is #306A34. Grayscale: #ACACAC. Windows color (decimal): -3172917 or 13342159. OLE color: 13342159.

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

Color convert

RGB 207 149 203 -
CMYK 0 0.28 0.02 0.19
HSL 304.14º 0.38% 0.7% -
HSV(B) 304.14º 0.28% 0.81% -
XYZ 47.26 39.07 61.55 -
YUV 172.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 207 149 203 0 0.28 0.02 0.19 304.14 0.38 0.7
Hex CF 95 CB 0 1C 2 13 130 26 46
Octal 317 225 313 0 34 2 23 460 46 106
Binary 11001111 10010101 11001011 0 11100 10 10011 100110000 100110 1000110

Color Harmonies of #CF95CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF95CB

Black with #CF95CB

Text Example


Text Example

White with #CF95CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF95CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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