#CC45DD

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

Shades of Medium Orchid #CC45DD

Tints of Medium Orchid #CC45DD

Color information

#CC45DD (or 0xCC45DD) is unknown color: approx Medium Orchid. HEX triplet: CC, 45 and DD. RGB value is (204,69,221). Sum of RGB (Red+Green+Blue) = 204+69+221=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC45DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45DD is #33BA22. Grayscale: #7E7E7E. Windows color (decimal): -3389987 or 14501324. OLE color: 14501324.

HSL color Cylindrical-coordinate representation of color #CC45DD: hue angle of 293.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC45DD is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20469221-
CMYK0.080.6900.13
HSL293.29º69.09%56.86%-
HSV(B)293.29º68.78%86.67%-
XYZ40.0822.3170.6-
YUV126.69181.23183.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 69 (27.34% from 255) = 13.97%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=41.30%
G=13.97%
B=44.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204692210.080.6900.13293.2969.0956.86
HexCC45DD8450D1254539
Octal3141053351010501544510571
Binary1100110010001011101110110001000101011011001001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45DD; }

 p { color: rgb(204,69,221); }

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

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

 a { background-color: rgb(204,69,221); }

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

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

 span { border-color: rgb(204,69,221); }

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