#CC58E6

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

Shades of Medium Orchid #CC58E6

Tints of Medium Orchid #CC58E6

Color information

#CC58E6 (or 0xCC58E6) is unknown color: approx Medium Orchid. HEX triplet: CC, 58 and E6. RGB value is (204,88,230). Sum of RGB (Red+Green+Blue) = 204+88+230=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC58E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58E6 is #33A719. Grayscale: #8A8A8A. Windows color (decimal): -3385114 or 15096012. OLE color: 15096012.

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

Color convert

RGB20488230-
CMYK0.110.6200.10
HSL289.01º73.96%62.35%-
HSV(B)289.01º61.74%90.2%-
XYZ42.6725.5377.54-
YUV138.87179.43174.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 88 (34.77% from 255) = 16.86%
BLUE value IS 230 (90.23% from 255) = 44.06%
R=39.08%
G=16.86%
B=44.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204882300.110.6200.10289.0173.9662.35
HexCC58E6B3E0A1214a3e
Octal314130346137601244111276
Binary110011001011000111001101011111110010101001000011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC58E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC58E6; }

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

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

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

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

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

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

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

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