Html Css Color HEX #CC84BC Lily

📋 copy color: '#CC84BC'

red 204 ◦ green 132 ◦ blue 188

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

Shades of Lily #CC84BC

Tints of Lily #CC84BC

RGB

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

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

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

R = 38.93%
G = 25.19%
B = 35.88%

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

#CC84BC (or 0xCC84BC) is known color: Lily. HEX triplet: CC, 84 and BC. RGB value is (204,132,188). Sum of RGB (Red+Green+Blue) = 204+132+188=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84BC is #337B43. Grayscale: #9F9F9F. Windows color (decimal): -3373892 or 12354764. OLE color: 12354764.

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

Color convert

RGB 204 132 188 -
CMYK 0 0.35 0.08 0.2
HSL 313.33º 0.41% 0.66% -
HSV(B) 313.33º 0.35% 0.8% -
XYZ 42.23 32.97 51.72 -
YUV 159.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 204 132 188 0 0.35 0.08 0.2 313.33 0.41 0.66
Hex CC 84 BC 0 23 8 14 139 29 42
Octal 314 204 274 0 43 10 24 471 51 102
Binary 11001100 10000100 10111100 0 100011 1000 10100 100111001 101001 1000010

Color Harmonies of #CC84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84BC

Black with #CC84BC

Text Example


Text Example

White with #CC84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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