Html Css Color HEX #CF84BB Lily

📋 copy color: '#CF84BB'

red 207 ◦ green 132 ◦ blue 187

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

Shades of Lily #CF84BB

Tints of Lily #CF84BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.1%

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

R = 39.35%
G = 25.1%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF84BB (or 0xCF84BB) is known color: Lily. HEX triplet: CF, 84 and BB. RGB value is (207,132,187). Sum of RGB (Red+Green+Blue) = 207+132+187=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84BB is #307B44. Grayscale: #A0A0A0. Windows color (decimal): -3177285 or 12289231. OLE color: 12289231.

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

Color convert

RGB 207 132 187 -
CMYK 0 0.36 0.10 0.19
HSL 316º 0.44% 0.66% -
HSV(B) 316º 0.36% 0.81% -
XYZ 42.95 33.36 51.19 -
YUV 160.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 207 132 187 0 0.36 0.10 0.19 316 0.44 0.66
Hex CF 84 BB 0 24 A 13 13C 2C 42
Octal 317 204 273 0 44 12 23 474 54 102
Binary 11001111 10000100 10111011 0 100100 1010 10011 100111100 101100 1000010

Color Harmonies of #CF84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84BB

Black with #CF84BB

Text Example


Text Example

White with #CF84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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