Html Css Color HEX #CF95BD Lily

📋 copy color: '#CF95BD'

red 207 ◦ green 149 ◦ blue 189

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

Shades of Lily #CF95BD

Tints of Lily #CF95BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.68%

R = 37.98%
G = 27.34%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF95BD (or 0xCF95BD) is known color: Lily. HEX triplet: CF, 95 and BD. RGB value is (207,149,189). Sum of RGB (Red+Green+Blue) = 207+149+189=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95BD is #306A42. Grayscale: #AAAAAA. Windows color (decimal): -3172931 or 12424655. OLE color: 12424655.

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

Color convert

RGB 207 149 189 -
CMYK 0 0.28 0.09 0.19
HSL 318.62º 0.38% 0.7% -
HSV(B) 318.62º 0.28% 0.81% -
XYZ 45.66 38.43 53.16 -
YUV 170.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 207 149 189 0 0.28 0.09 0.19 318.62 0.38 0.7
Hex CF 95 BD 0 1C 9 13 13F 26 46
Octal 317 225 275 0 34 11 23 477 46 106
Binary 11001111 10010101 10111101 0 11100 1001 10011 100111111 100110 1000110

Color Harmonies of #CF95BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF95BD

Black with #CF95BD

Text Example


Text Example

White with #CF95BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF95BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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