#CC32DC

Color #CC32DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC32DC

Tints of Medium Orchid #CC32DC

Color information

#CC32DC (or 0xCC32DC) is unknown color: approx Medium Orchid. HEX triplet: CC, 32 and DC. RGB value is (204,50,220). Sum of RGB (Red+Green+Blue) = 204+50+220=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32DC is #33CD23. Grayscale: #727272. Windows color (decimal): -3394852 or 14430924. OLE color: 14430924.

HSL color Cylindrical-coordinate representation of color #CC32DC: hue angle of 294.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC32DC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20450220-
CMYK0.070.7700.14
HSL294.35º70.83%52.94%-
HSV(B)294.35º77.27%86.27%-
XYZ38.9620.2969.57-
YUV115.43187.02191.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 50 (19.92% from 255) = 10.55%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=43.04%
G=10.55%
B=46.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204502200.070.7700.14294.3570.8352.94
HexCC32DC74D0E1264735
Octal31462334711501644610765
Binary11001100110010110111001111001101011101001001101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC32DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC32DC; }

 p { color: rgb(204,50,220); }

 H1.HeaderClassName
 {
   color: #CC32DC;
 }
 .AnyTagClassName
 {
   color: #CC32DC;
 }
</style>
background-color css

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

 a { background-color: rgb(204,50,220); }

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

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

 span { border-color: rgb(204,50,220); }

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