#D03CE3

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

Shades of Medium Orchid #D03CE3

Tints of Medium Orchid #D03CE3

Color information

#D03CE3 (or 0xD03CE3) is unknown color: approx Medium Orchid. HEX triplet: D0, 3C and E3. RGB value is (208,60,227). Sum of RGB (Red+Green+Blue) = 208+60+227=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #D03CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CE3 is #2FC31C. Grayscale: #7A7A7A. Windows color (decimal): -3130141 or 14892240. OLE color: 14892240.

HSL color Cylindrical-coordinate representation of color #D03CE3: hue angle of 293.17º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03CE3 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20860227-
CMYK0.080.7400.11
HSL293.17º74.89%56.27%-
HSV(B)293.17º73.57%89.02%-
XYZ41.4922.1974.77-
YUV123.29186.53188.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 60 (23.83% from 255) = 12.12%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=42.02%
G=12.12%
B=45.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal208602270.080.7400.11293.1774.8956.27
HexD03CE384A0B1254b38
Octal320743431011201344511370
Binary110100001111001110001110001001010010111001001011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03CE3; }

 p { color: rgb(208,60,227); }

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

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

 a { background-color: rgb(208,60,227); }

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

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

 span { border-color: rgb(208,60,227); }

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