#CD49ED

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

Shades of Medium Orchid #CD49ED

Tints of Medium Orchid #CD49ED

Color information

#CD49ED (or 0xCD49ED) is unknown color: approx Medium Orchid. HEX triplet: CD, 49 and ED. RGB value is (205,73,237). Sum of RGB (Red+Green+Blue) = 205+73+237=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD49ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD49ED is #32B612. Grayscale: #828282. Windows color (decimal): -3323411 or 15550925. OLE color: 15550925.

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

Color convert

RGB20573237-
CMYK0.140.6900.07
HSL288.29º82%60.78%-
HSV(B)288.29º69.2%92.94%-
XYZ42.8523.8682.47-
YUV131.16187.73180.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 73 (28.91% from 255) = 14.17%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=39.81%
G=14.17%
B=46.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205732370.140.6900.07288.298260.78
HexCD49EDE4507120523d
Octal315111355161050744012275
Binary110011011001001111011011110100010101111001000001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD49ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD49ED; }

 p { color: rgb(205,73,237); }

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

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

 a { background-color: rgb(205,73,237); }

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

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

 span { border-color: rgb(205,73,237); }

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