Html Css Color HEX #CC84B0 Lily

📋 copy color: '#CC84B0'

red 204 ◦ green 132 ◦ blue 176

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

Shades of Lily #CC84B0

Tints of Lily #CC84B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 39.84%
G = 25.78%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC84B0 (or 0xCC84B0) is known color: Lily. HEX triplet: CC, 84 and B0. RGB value is (204,132,176). Sum of RGB (Red+Green+Blue) = 204+132+176=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC84B0 is #337B4F. Grayscale: #9E9E9E. Windows color (decimal): -3373904 or 11568332. OLE color: 11568332.

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

Color convert

RGB 204 132 176 -
CMYK 0 0.35 0.14 0.2
HSL 323.33º 0.41% 0.66% -
HSV(B) 323.33º 0.35% 0.8% -
XYZ 40.99 32.47 45.18 -
YUV 158.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 204 132 176 0 0.35 0.14 0.2 323.33 0.41 0.66
Hex CC 84 B0 0 23 E 14 143 29 42
Octal 314 204 260 0 43 16 24 503 51 102
Binary 11001100 10000100 10110000 0 100011 1110 10100 101000011 101001 1000010

Color Harmonies of #CC84B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84B0

Black with #CC84B0

Text Example


Text Example

White with #CC84B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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