Html Css Color HEX #CF84BA Lily

📋 copy color: '#CF84BA'

red 207 ◦ green 132 ◦ blue 186

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

Shades of Lily #CF84BA

Tints of Lily #CF84BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 39.43%
G = 25.14%
B = 35.43%

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

#CF84BA (or 0xCF84BA) is known color: Lily. HEX triplet: CF, 84 and BA. RGB value is (207,132,186). Sum of RGB (Red+Green+Blue) = 207+132+186=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84BA is #307B45. Grayscale: #A0A0A0. Windows color (decimal): -3177286 or 12223695. OLE color: 12223695.

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

Color convert

RGB 207 132 186 -
CMYK 0 0.36 0.10 0.19
HSL 316.8º 0.44% 0.66% -
HSV(B) 316.8º 0.36% 0.81% -
XYZ 42.85 33.31 50.63 -
YUV 160.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 207 132 186 0 0.36 0.10 0.19 316.8 0.44 0.66
Hex CF 84 BA 0 24 A 13 13D 2C 42
Octal 317 204 272 0 44 12 23 475 54 102
Binary 11001111 10000100 10111010 0 100100 1010 10011 100111101 101100 1000010

Color Harmonies of #CF84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84BA

Black with #CF84BA

Text Example


Text Example

White with #CF84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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