#CD55EA

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

Shades of Medium Orchid #CD55EA

Tints of Medium Orchid #CD55EA

Color information

#CD55EA (or 0xCD55EA) is unknown color: approx Medium Orchid. HEX triplet: CD, 55 and EA. RGB value is (205,85,234). Sum of RGB (Red+Green+Blue) = 205+85+234=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD55EA is #32AA15. Grayscale: #898989. Windows color (decimal): -3320342 or 15357389. OLE color: 15357389.

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

Color convert

RGB20585234-
CMYK0.120.6400.08
HSL288.32º78.01%62.55%-
HSV(B)288.32º63.68%91.76%-
XYZ43.2825.4280.47-
YUV137.87182.26175.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 85 (33.59% from 255) = 16.22%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=39.12%
G=16.22%
B=44.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205852340.120.6400.08288.3278.0162.55
HexCD55EAC40081204e3f
Octal3151253521410001044011677
Binary1100110110101011110101011001000000010001001000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55EA; }

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

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

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

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

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

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

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

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