Html Css Color HEX #CF88B5 Lily

📋 copy color: '#CF88B5'

red 207 ◦ green 136 ◦ blue 181

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

Shades of Lily #CF88B5

Tints of Lily #CF88B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.54%

R = 39.5%
G = 25.95%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF88B5 (or 0xCF88B5) is known color: Lily. HEX triplet: CF, 88 and B5. RGB value is (207,136,181). Sum of RGB (Red+Green+Blue) = 207+136+181=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88B5 is #30774A. Grayscale: #A2A2A2. Windows color (decimal): -3176267 or 11897039. OLE color: 11897039.

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

Color convert

RGB 207 136 181 -
CMYK 0 0.34 0.13 0.19
HSL 321.97º 0.43% 0.67% -
HSV(B) 321.97º 0.34% 0.81% -
XYZ 42.88 34.21 48.06 -
YUV 162.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 207 136 181 0 0.34 0.13 0.19 321.97 0.43 0.67
Hex CF 88 B5 0 22 D 13 142 2B 43
Octal 317 210 265 0 42 15 23 502 53 103
Binary 11001111 10001000 10110101 0 100010 1101 10011 101000010 101011 1000011

Color Harmonies of #CF88B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF88B5

Black with #CF88B5

Text Example


Text Example

White with #CF88B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF88B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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