#CC51E5

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

Shades of Medium Orchid #CC51E5

Tints of Medium Orchid #CC51E5

Color information

#CC51E5 (or 0xCC51E5) is unknown color: approx Medium Orchid. HEX triplet: CC, 51 and E5. RGB value is (204,81,229). Sum of RGB (Red+Green+Blue) = 204+81+229=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC51E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51E5 is #33AE1A. Grayscale: #868686. Windows color (decimal): -3386907 or 15028684. OLE color: 15028684.

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

Color convert

RGB20481229-
CMYK0.110.6500.10
HSL289.86º74%60.78%-
HSV(B)289.86º64.63%89.8%-
XYZ41.9924.3876.62-
YUV134.65181.25177.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 81 (32.03% from 255) = 15.76%
BLUE value IS 229 (89.84% from 255) = 44.55%
R=39.69%
G=15.76%
B=44.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204812290.110.6500.10289.867460.78
HexCC51E5B410A1224a3d
Octal3141213451310101244211275
Binary1100110010100011110010110111000001010101001000101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51E5; }

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

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

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

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

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

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

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

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