Html Css Color HEX #CF88BE Lily

📋 copy color: '#CF88BE'

red 207 ◦ green 136 ◦ blue 190

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

Shades of Lily #CF88BE

Tints of Lily #CF88BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 38.84%
G = 25.52%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF88BE (or 0xCF88BE) is known color: Lily. HEX triplet: CF, 88 and BE. RGB value is (207,136,190). Sum of RGB (Red+Green+Blue) = 207+136+190=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BE is #307741. Grayscale: #A3A3A3. Windows color (decimal): -3176258 or 12486863. OLE color: 12486863.

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

Color convert

RGB 207 136 190 -
CMYK 0 0.34 0.08 0.19
HSL 314.37º 0.43% 0.67% -
HSV(B) 314.37º 0.34% 0.81% -
XYZ 43.83 34.59 53.08 -
YUV 163.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 207 136 190 0 0.34 0.08 0.19 314.37 0.43 0.67
Hex CF 88 BE 0 22 8 13 13A 2B 43
Octal 317 210 276 0 42 10 23 472 53 103
Binary 11001111 10001000 10111110 0 100010 1000 10011 100111010 101011 1000011

Color Harmonies of #CF88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF88BE

Black with #CF88BE

Text Example


Text Example

White with #CF88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF88BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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