Html Css Color HEX #CC84BB Lily

📋 copy color: '#CC84BB'

red 204 ◦ green 132 ◦ blue 187

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

Shades of Lily #CC84BB

Tints of Lily #CC84BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 39.01%
G = 25.24%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC84BB (or 0xCC84BB) is known color: Lily. HEX triplet: CC, 84 and BB. RGB value is (204,132,187). Sum of RGB (Red+Green+Blue) = 204+132+187=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84BB is #337B44. Grayscale: #9F9F9F. Windows color (decimal): -3373893 or 12289228. OLE color: 12289228.

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

Color convert

RGB 204 132 187 -
CMYK 0 0.35 0.08 0.2
HSL 314.17º 0.41% 0.66% -
HSV(B) 314.17º 0.35% 0.8% -
XYZ 42.12 32.93 51.15 -
YUV 159.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 204 132 187 0 0.35 0.08 0.2 314.17 0.41 0.66
Hex CC 84 BB 0 23 8 14 13A 29 42
Octal 314 204 273 0 43 10 24 472 51 102
Binary 11001100 10000100 10111011 0 100011 1000 10100 100111010 101001 1000010

Color Harmonies of #CC84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84BB

Black with #CC84BB

Text Example


Text Example

White with #CC84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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