#CD58EA

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

Shades of Medium Orchid #CD58EA

Tints of Medium Orchid #CD58EA

Color information

#CD58EA (or 0xCD58EA) is unknown color: approx Medium Orchid. HEX triplet: CD, 58 and EA. RGB value is (205,88,234). Sum of RGB (Red+Green+Blue) = 205+88+234=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD58EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD58EA is #32A715. Grayscale: #8B8B8B. Windows color (decimal): -3319574 or 15358157. OLE color: 15358157.

HSL color Cylindrical-coordinate representation of color #CD58EA: hue angle of 288.08º 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 #CD58EA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20588234-
CMYK0.120.6200.08
HSL288.08º77.66%63.14%-
HSV(B)288.08º62.39%91.76%-
XYZ43.5225.980.55-
YUV139.63181.26174.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 88 (34.77% from 255) = 16.70%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=38.90%
G=16.70%
B=44.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205882340.120.6200.08288.0877.6663.14
HexCD58EAC3E081204e3f
Octal315130352147601044011677
Binary110011011011000111010101100111110010001001000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD58EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD58EA; }

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

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

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

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

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

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

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

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