#CC58EA

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

Shades of Medium Orchid #CC58EA

Tints of Medium Orchid #CC58EA

Color information

#CC58EA (or 0xCC58EA) is unknown color: approx Medium Orchid. HEX triplet: CC, 58 and EA. RGB value is (204,88,234). Sum of RGB (Red+Green+Blue) = 204+88+234=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC58EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58EA is #33A715. Grayscale: #8A8A8A. Windows color (decimal): -3385110 or 15358156. OLE color: 15358156.

HSL color Cylindrical-coordinate representation of color #CC58EA: hue angle of 287.67º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC58EA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20488234-
CMYK0.130.6200.08
HSL287.67º77.66%63.14%-
HSV(B)287.67º62.39%91.76%-
XYZ43.2425.7680.53-
YUV139.33181.43174.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 88 (34.77% from 255) = 16.73%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=38.78%
G=16.73%
B=44.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204882340.130.6200.08287.6777.6663.14
HexCC58EAD3E081204e3f
Octal314130352157601044011677
Binary110011001011000111010101101111110010001001000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC58EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC58EA; }

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

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

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

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

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

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

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

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