Html Css Color HEX #CF84B0 Lily

📋 copy color: '#CF84B0'

red 207 ◦ green 132 ◦ blue 176

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

Shades of Lily #CF84B0

Tints of Lily #CF84B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 40.19%
G = 25.63%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF84B0 (or 0xCF84B0) is known color: Lily. HEX triplet: CF, 84 and B0. RGB value is (207,132,176). Sum of RGB (Red+Green+Blue) = 207+132+176=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF84B0 is #307B4F. Grayscale: #9F9F9F. Windows color (decimal): -3177296 or 11568335. OLE color: 11568335.

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

Color convert

RGB 207 132 176 -
CMYK 0 0.36 0.15 0.19
HSL 324.8º 0.44% 0.66% -
HSV(B) 324.8º 0.36% 0.81% -
XYZ 41.82 32.9 45.22 -
YUV 159.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 207 132 176 0 0.36 0.15 0.19 324.8 0.44 0.66
Hex CF 84 B0 0 24 F 13 145 2C 42
Octal 317 204 260 0 44 17 23 505 54 102
Binary 11001111 10000100 10110000 0 100100 1111 10011 101000101 101100 1000010

Color Harmonies of #CF84B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84B0

Black with #CF84B0

Text Example


Text Example

White with #CF84B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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