#CC51E6

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

Shades of Medium Orchid #CC51E6

Tints of Medium Orchid #CC51E6

Color information

#CC51E6 (or 0xCC51E6) is unknown color: approx Medium Orchid. HEX triplet: CC, 51 and E6. RGB value is (204,81,230). Sum of RGB (Red+Green+Blue) = 204+81+230=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC51E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51E6 is #33AE19. Grayscale: #868686. Windows color (decimal): -3386906 or 15094220. OLE color: 15094220.

HSL color Cylindrical-coordinate representation of color #CC51E6: hue angle of 289.53º degrees, saturation: 0.75, 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 #CC51E6 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20481230-
CMYK0.110.6500.10
HSL289.53º74.87%60.98%-
HSV(B)289.53º64.78%90.2%-
XYZ42.1324.4477.36-
YUV134.76181.75177.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 81 (32.03% from 255) = 15.73%
BLUE value IS 230 (90.23% from 255) = 44.66%
R=39.61%
G=15.73%
B=44.66%

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
Decimal204812300.110.6500.10289.5374.8760.98
HexCC51E6B410A1224b3d
Octal3141213461310101244211375
Binary1100110010100011110011010111000001010101001000101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51E6; }

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

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

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

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

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

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

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

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