Html Css Color HEX #CF85BC Lily

📋 copy color: '#CF85BC'

red 207 ◦ green 133 ◦ blue 188

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

Shades of Lily #CF85BC

Tints of Lily #CF85BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 39.2%
G = 25.19%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF85BC (or 0xCF85BC) is known color: Lily. HEX triplet: CF, 85 and BC. RGB value is (207,133,188). Sum of RGB (Red+Green+Blue) = 207+133+188=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85BC is #307A43. Grayscale: #A1A1A1. Windows color (decimal): -3177028 or 12355023. OLE color: 12355023.

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

Color convert

RGB 207 133 188 -
CMYK 0 0.36 0.09 0.19
HSL 315.41º 0.44% 0.67% -
HSV(B) 315.41º 0.36% 0.81% -
XYZ 43.2 33.67 51.8 -
YUV 161.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 207 133 188 0 0.36 0.09 0.19 315.41 0.44 0.67
Hex CF 85 BC 0 24 9 13 13B 2C 43
Octal 317 205 274 0 44 11 23 473 54 103
Binary 11001111 10000101 10111100 0 100100 1001 10011 100111011 101100 1000011

Color Harmonies of #CF85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85BC

Black with #CF85BC

Text Example


Text Example

White with #CF85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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