#CD30E0

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

Shades of Medium Orchid #CD30E0

Tints of Medium Orchid #CD30E0

Color information

#CD30E0 (or 0xCD30E0) is unknown color: approx Medium Orchid. HEX triplet: CD, 30 and E0. RGB value is (205,48,224). Sum of RGB (Red+Green+Blue) = 205+48+224=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD30E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30E0 is #32CF1F. Grayscale: #727272. Windows color (decimal): -3329824 or 14692557. OLE color: 14692557.

HSL color Cylindrical-coordinate representation of color #CD30E0: hue angle of 293.52º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD30E0 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20548224-
CMYK0.080.7900.12
HSL293.52º73.95%53.33%-
HSV(B)293.52º78.57%87.84%-
XYZ39.6920.4772.38-
YUV115.01189.51192.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 48 (19.14% from 255) = 10.06%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=42.98%
G=10.06%
B=46.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205482240.080.7900.12293.5273.9553.33
HexCD30E084F0C1264a35
Octal315603401011701444611265
Binary110011011100001110000010001001111011001001001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD30E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD30E0; }

 p { color: rgb(205,48,224); }

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

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

 a { background-color: rgb(205,48,224); }

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

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

 span { border-color: rgb(205,48,224); }

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