#CC53D6

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

Shades of Medium Orchid #CC53D6

Tints of Medium Orchid #CC53D6

Color information

#CC53D6 (or 0xCC53D6) is unknown color: approx Medium Orchid. HEX triplet: CC, 53 and D6. RGB value is (204,83,214). Sum of RGB (Red+Green+Blue) = 204+83+214=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC53D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53D6 is #33AC29. Grayscale: #858585. Windows color (decimal): -3386410 or 14046156. OLE color: 14046156.

HSL color Cylindrical-coordinate representation of color #CC53D6: hue angle of 295.42º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC53D6 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20483214-
CMYK0.050.6100.16
HSL295.42º61.5%58.24%-
HSV(B)295.42º61.21%83.92%-
XYZ40.1323.8866.11-
YUV134.11173.09177.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 83 (32.81% from 255) = 16.57%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=40.72%
G=16.57%
B=42.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204832140.050.6100.16295.4261.558.24
HexCC53D653D0101273e3a
Octal3141233265750204477672
Binary11001100101001111010110101111101010000100100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC53D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC53D6; }

 p { color: rgb(204,83,214); }

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

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

 a { background-color: rgb(204,83,214); }

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

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

 span { border-color: rgb(204,83,214); }

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