Html Css Color HEX #CF88BD Lily

📋 copy color: '#CF88BD'

red 207 ◦ green 136 ◦ blue 189

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

Shades of Lily #CF88BD

Tints of Lily #CF88BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.56%

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

R = 38.91%
G = 25.56%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF88BD (or 0xCF88BD) is known color: Lily. HEX triplet: CF, 88 and BD. RGB value is (207,136,189). Sum of RGB (Red+Green+Blue) = 207+136+189=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BD is #307742. Grayscale: #A3A3A3. Windows color (decimal): -3176259 or 12421327. OLE color: 12421327.

HSL color Cylindrical-coordinate representation of color #CF88BD: hue angle of 315.21º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88BD is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 189 -
CMYK 0 0.34 0.09 0.19
HSL 315.21º 0.43% 0.67% -
HSV(B) 315.21º 0.34% 0.81% -
XYZ 43.72 34.55 52.51 -
YUV 163.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 207 136 189 0 0.34 0.09 0.19 315.21 0.43 0.67
Hex CF 88 BD 0 22 9 13 13B 2B 43
Octal 317 210 275 0 42 11 23 473 53 103
Binary 11001111 10001000 10111101 0 100010 1001 10011 100111011 101011 1000011

Color Harmonies of #CF88BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF88BD

Black with #CF88BD

Text Example


Text Example

White with #CF88BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF88BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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