#CC44E0

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

Shades of Medium Orchid #CC44E0

Tints of Medium Orchid #CC44E0

Color information

#CC44E0 (or 0xCC44E0) is unknown color: approx Medium Orchid. HEX triplet: CC, 44 and E0. RGB value is (204,68,224). Sum of RGB (Red+Green+Blue) = 204+68+224=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC44E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44E0 is #33BB1F. Grayscale: #7D7D7D. Windows color (decimal): -3390240 or 14697676. OLE color: 14697676.

HSL color Cylindrical-coordinate representation of color #CC44E0: hue angle of 292.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC44E0 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20468224-
CMYK0.090.7000.12
HSL292.31º71.56%57.25%-
HSV(B)292.31º69.64%87.84%-
XYZ40.4222.3572.71-
YUV126.45183.06183.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 68 (26.95% from 255) = 13.71%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=41.13%
G=13.71%
B=45.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204682240.090.7000.12292.3171.5657.25
HexCC44E09460C1244839
Octal3141043401110601444411071
Binary1100110010001001110000010011000110011001001001001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44E0; }

 p { color: rgb(204,68,224); }

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

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

 a { background-color: rgb(204,68,224); }

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

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

 span { border-color: rgb(204,68,224); }

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