Html Css Color HEX #CF82BB Lily

📋 copy color: '#CF82BB'

red 207 ◦ green 130 ◦ blue 187

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

Shades of Lily #CF82BB

Tints of Lily #CF82BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.81%

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 39.5%
G = 24.81%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF82BB (or 0xCF82BB) is known color: Lily. HEX triplet: CF, 82 and BB. RGB value is (207,130,187). Sum of RGB (Red+Green+Blue) = 207+130+187=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82BB is #307D44. Grayscale: #9F9F9F. Windows color (decimal): -3177797 or 12288719. OLE color: 12288719.

HSL color Cylindrical-coordinate representation of color #CF82BB: hue angle of 315.58º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF82BB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 187 -
CMYK 0 0.37 0.10 0.19
HSL 315.58º 0.45% 0.66% -
HSV(B) 315.58º 0.37% 0.81% -
XYZ 42.68 32.82 51.1 -
YUV 159.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 207 130 187 0 0.37 0.10 0.19 315.58 0.45 0.66
Hex CF 82 BB 0 25 A 13 13C 2D 42
Octal 317 202 273 0 45 12 23 474 55 102
Binary 11001111 10000010 10111011 0 100101 1010 10011 100111100 101101 1000010

Color Harmonies of #CF82BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82BB

Black with #CF82BB

Text Example


Text Example

White with #CF82BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82BB; }

 p { color: rgb(207,130,187); }

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

background-color css

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

 a { background-color: rgb(207,130,187); }

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

border-color css

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

 span { border-color: rgb(207,130,187); }

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