#CD31E0

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

Shades of Medium Orchid #CD31E0

Tints of Medium Orchid #CD31E0

Color information

#CD31E0 (or 0xCD31E0) is unknown color: approx Medium Orchid. HEX triplet: CD, 31 and E0. RGB value is (205,49,224). Sum of RGB (Red+Green+Blue) = 205+49+224=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD31E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31E0 is #32CE1F. Grayscale: #737373. Windows color (decimal): -3329568 or 14692813. OLE color: 14692813.

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

Color convert

RGB20549224-
CMYK0.080.7800.12
HSL293.49º73.84%53.53%-
HSV(B)293.49º78.12%87.84%-
XYZ39.7320.5672.4-
YUV115.59189.18191.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 49 (19.53% from 255) = 10.25%
BLUE value IS 224 (87.89% from 255) = 46.86%
R=42.89%
G=10.25%
B=46.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205492240.080.7800.12293.4973.8453.53
HexCD31E084E0C1254a36
Octal315613401011601444511266
Binary110011011100011110000010001001110011001001001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD31E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD31E0; }

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

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

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

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

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

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

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

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