Html Css Color HEX #CF85B1 Lily

📋 copy color: '#CF85B1'

red 207 ◦ green 133 ◦ blue 177

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

Shades of Lily #CF85B1

Tints of Lily #CF85B1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.73%

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

R = 40.04%
G = 25.73%
B = 34.24%

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

#CF85B1 (or 0xCF85B1) is known color: Lily. HEX triplet: CF, 85 and B1. RGB value is (207,133,177). Sum of RGB (Red+Green+Blue) = 207+133+177=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85B1 is #307A4E. Grayscale: #A0A0A0. Windows color (decimal): -3177039 or 11634127. OLE color: 11634127.

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

Color convert

RGB 207 133 177 -
CMYK 0 0.36 0.14 0.19
HSL 324.32º 0.44% 0.67% -
HSV(B) 324.32º 0.36% 0.81% -
XYZ 42.06 33.21 45.79 -
YUV 160.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 207 133 177 0 0.36 0.14 0.19 324.32 0.44 0.67
Hex CF 85 B1 0 24 E 13 144 2C 43
Octal 317 205 261 0 44 16 23 504 54 103
Binary 11001111 10000101 10110001 0 100100 1110 10011 101000100 101100 1000011

Color Harmonies of #CF85B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85B1

Black with #CF85B1

Text Example


Text Example

White with #CF85B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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