Html Css Color HEX #CF84B8 Lily

📋 copy color: '#CF84B8'

red 207 ◦ green 132 ◦ blue 184

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

Shades of Lily #CF84B8

Tints of Lily #CF84B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.18%

R = 39.58%
G = 25.24%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF84B8 (or 0xCF84B8) is known color: Lily. HEX triplet: CF, 84 and B8. RGB value is (207,132,184). Sum of RGB (Red+Green+Blue) = 207+132+184=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84B8 is #307B47. Grayscale: #A0A0A0. Windows color (decimal): -3177288 or 12092623. OLE color: 12092623.

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

Color convert

RGB 207 132 184 -
CMYK 0 0.36 0.11 0.19
HSL 318.4º 0.44% 0.66% -
HSV(B) 318.4º 0.36% 0.81% -
XYZ 42.64 33.23 49.51 -
YUV 160.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 207 132 184 0 0.36 0.11 0.19 318.4 0.44 0.66
Hex CF 84 B8 0 24 B 13 13E 2C 42
Octal 317 204 270 0 44 13 23 476 54 102
Binary 11001111 10000100 10111000 0 100100 1011 10011 100111110 101100 1000010

Color Harmonies of #CF84B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84B8

Black with #CF84B8

Text Example


Text Example

White with #CF84B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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