#CD58EE

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

Shades of Medium Orchid #CD58EE

Tints of Medium Orchid #CD58EE

Color information

#CD58EE (or 0xCD58EE) is unknown color: approx Medium Orchid. HEX triplet: CD, 58 and EE. RGB value is (205,88,238). Sum of RGB (Red+Green+Blue) = 205+88+238=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD58EE is #32A711. Grayscale: #8B8B8B. Windows color (decimal): -3319570 or 15620301. OLE color: 15620301.

HSL color Cylindrical-coordinate representation of color #CD58EE: hue angle of 286.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD58EE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20588238-
CMYK0.140.6300.07
HSL286.8º81.52%63.92%-
HSV(B)286.8º63.03%93.33%-
XYZ44.126.1383.61-
YUV140.08183.26174.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 88 (34.77% from 255) = 16.57%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=38.61%
G=16.57%
B=44.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205882380.140.6300.07286.881.5263.92
HexCD58EEE3F0711f5240
Octal315130356167707437122100
Binary110011011011000111011101110111111011110001111110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD58EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD58EE; }

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

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

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

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

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

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

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

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