Html Css Color HEX #CC84B5 Lily

📋 copy color: '#CC84B5'

red 204 ◦ green 132 ◦ blue 181

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

Shades of Lily #CC84B5

Tints of Lily #CC84B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.01%

R = 39.46%
G = 25.53%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC84B5 (or 0xCC84B5) is known color: Lily. HEX triplet: CC, 84 and B5. RGB value is (204,132,181). Sum of RGB (Red+Green+Blue) = 204+132+181=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84B5 is #337B4A. Grayscale: #9E9E9E. Windows color (decimal): -3373899 or 11896012. OLE color: 11896012.

HSL color Cylindrical-coordinate representation of color #CC84B5: hue angle of 319.17º 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 #CC84B5 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 132 181 -
CMYK 0 0.35 0.11 0.2
HSL 319.17º 0.41% 0.66% -
HSV(B) 319.17º 0.35% 0.8% -
XYZ 41.49 32.68 47.84 -
YUV 159.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 204 132 181 0 0.35 0.11 0.2 319.17 0.41 0.66
Hex CC 84 B5 0 23 B 14 13F 29 42
Octal 314 204 265 0 43 13 24 477 51 102
Binary 11001100 10000100 10110101 0 100011 1011 10100 100111111 101001 1000010

Color Harmonies of #CC84B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84B5

Black with #CC84B5

Text Example


Text Example

White with #CC84B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84B5; }

 p { color: rgb(204,132,181); }

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

background-color css

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

 a { background-color: rgb(204,132,181); }

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

border-color css

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

 span { border-color: rgb(204,132,181); }

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