#D23CE0

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

Shades of Medium Orchid #D23CE0

Tints of Medium Orchid #D23CE0

Color information

#D23CE0 (or 0xD23CE0) is unknown color: approx Medium Orchid. HEX triplet: D2, 3C and E0. RGB value is (210,60,224). Sum of RGB (Red+Green+Blue) = 210+60+224=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #D23CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CE0 is #2DC31F. Grayscale: #7B7B7B. Windows color (decimal): -2999072 or 14695634. OLE color: 14695634.

HSL color Cylindrical-coordinate representation of color #D23CE0: hue angle of 294.88º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23CE0 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21060224-
CMYK0.060.7300.12
HSL294.88º72.57%55.69%-
HSV(B)294.88º73.21%87.84%-
XYZ41.6522.3272.63-
YUV123.55184.7189.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 60 (23.83% from 255) = 12.15%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=42.51%
G=12.15%
B=45.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210602240.060.7300.12294.8872.5755.69
HexD23CE06490C1274938
Octal32274340611101444711170
Binary11010010111100111000001101001001011001001001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23CE0; }

 p { color: rgb(210,60,224); }

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

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

 a { background-color: rgb(210,60,224); }

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

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

 span { border-color: rgb(210,60,224); }

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