Html Css Color HEX #CC85B7 Lily

📋 copy color: '#CC85B7'

red 204 ◦ green 133 ◦ blue 183

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

Shades of Lily #CC85B7

Tints of Lily #CC85B7

RGB

 RED value IS 204 (80.08% from 255) = 39.23%

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

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 39.23%
G = 25.58%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC85B7 (or 0xCC85B7) is known color: Lily. HEX triplet: CC, 85 and B7. RGB value is (204,133,183). Sum of RGB (Red+Green+Blue) = 204+133+183=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85B7 is #337A48. Grayscale: #9F9F9F. Windows color (decimal): -3373641 or 12027340. OLE color: 12027340.

HSL color Cylindrical-coordinate representation of color #CC85B7: hue angle of 317.75º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85B7 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 183 -
CMYK 0 0.35 0.10 0.2
HSL 317.75º 0.41% 0.66% -
HSV(B) 317.75º 0.35% 0.8% -
XYZ 41.84 33.03 48.97 -
YUV 159.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 204 133 183 0 0.35 0.10 0.2 317.75 0.41 0.66
Hex CC 85 B7 0 23 A 14 13E 29 42
Octal 314 205 267 0 43 12 24 476 51 102
Binary 11001100 10000101 10110111 0 100011 1010 10100 100111110 101001 1000010

Color Harmonies of #CC85B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85B7

Black with #CC85B7

Text Example


Text Example

White with #CC85B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85B7; }

 p { color: rgb(204,133,183); }

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

background-color css

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

 a { background-color: rgb(204,133,183); }

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

border-color css

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

 span { border-color: rgb(204,133,183); }

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