#CC52E5

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

Shades of Medium Orchid #CC52E5

Tints of Medium Orchid #CC52E5

Color information

#CC52E5 (or 0xCC52E5) is unknown color: approx Medium Orchid. HEX triplet: CC, 52 and E5. RGB value is (204,82,229). Sum of RGB (Red+Green+Blue) = 204+82+229=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC52E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52E5 is #33AD1A. Grayscale: #868686. Windows color (decimal): -3386651 or 15028940. OLE color: 15028940.

HSL color Cylindrical-coordinate representation of color #CC52E5: hue angle of 289.8º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC52E5 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20482229-
CMYK0.110.6400.10
HSL289.8º73.87%60.98%-
HSV(B)289.8º64.19%89.8%-
XYZ42.0624.5376.65-
YUV135.24180.92177.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 82 (32.42% from 255) = 15.92%
BLUE value IS 229 (89.84% from 255) = 44.47%
R=39.61%
G=15.92%
B=44.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204822290.110.6400.10289.873.8760.98
HexCC52E5B400A1224a3d
Octal3141223451310001244211275
Binary1100110010100101110010110111000000010101001000101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52E5; }

 p { color: rgb(204,82,229); }

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

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

 a { background-color: rgb(204,82,229); }

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

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

 span { border-color: rgb(204,82,229); }

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