Html Css Color HEX #CF84B1 Lily

📋 copy color: '#CF84B1'

red 207 ◦ green 132 ◦ blue 177

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

Shades of Lily #CF84B1

Tints of Lily #CF84B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 40.12%
G = 25.58%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF84B1 (or 0xCF84B1) is known color: Lily. HEX triplet: CF, 84 and B1. RGB value is (207,132,177). Sum of RGB (Red+Green+Blue) = 207+132+177=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF84B1 is #307B4E. Grayscale: #9F9F9F. Windows color (decimal): -3177295 or 11633871. OLE color: 11633871.

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

Color convert

RGB 207 132 177 -
CMYK 0 0.36 0.14 0.19
HSL 324º 0.44% 0.66% -
HSV(B) 324º 0.36% 0.81% -
XYZ 41.92 32.94 45.74 -
YUV 159.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 207 132 177 0 0.36 0.14 0.19 324 0.44 0.66
Hex CF 84 B1 0 24 E 13 144 2C 42
Octal 317 204 261 0 44 16 23 504 54 102
Binary 11001111 10000100 10110001 0 100100 1110 10011 101000100 101100 1000010

Color Harmonies of #CF84B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84B1

Black with #CF84B1

Text Example


Text Example

White with #CF84B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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