#CC53DA

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

Shades of Medium Orchid #CC53DA

Tints of Medium Orchid #CC53DA

Color information

#CC53DA (or 0xCC53DA) is unknown color: approx Medium Orchid. HEX triplet: CC, 53 and DA. RGB value is (204,83,218). Sum of RGB (Red+Green+Blue) = 204+83+218=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53DA is #33AC25. Grayscale: #868686. Windows color (decimal): -3386406 or 14308300. OLE color: 14308300.

HSL color Cylindrical-coordinate representation of color #CC53DA: hue angle of 293.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC53DA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20483218-
CMYK0.060.6200.15
HSL293.78º64.59%59.02%-
HSV(B)293.78º61.93%85.49%-
XYZ40.6524.0968.84-
YUV134.57175.09177.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 83 (32.81% from 255) = 16.44%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=40.40%
G=16.44%
B=43.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204832180.060.6200.15293.7864.5959.02
HexCC53DA63E0F126413b
Octal31412333267601744610173
Binary11001100101001111011010110111110011111001001101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC53DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC53DA; }

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

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

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

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

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

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

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

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