Html Css Color HEX #D03EDE Medium Orchid

📋 copy color: '#D03EDE'

red 208 ◦ green 62 ◦ blue 222

#D03EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D03EDE

Tints of Medium Orchid #D03EDE

RGB

 RED value IS 208 (81.64% from 255) = 42.28%

 GREEN value IS 62 (24.61% from 255) = 12.6%

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 42.28%
G = 12.6%
B = 45.12%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D03EDE (or 0xD03EDE) is known color: Medium Orchid. HEX triplet: D0, 3E and DE. RGB value is (208,62,222). Sum of RGB (Red+Green+Blue) = 208+62+222=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #D03EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EDE is #2FC121. Grayscale: #7B7B7B. Windows color (decimal): -3129634 or 14565072. OLE color: 14565072.

HSL color Cylindrical-coordinate representation of color #D03EDE: hue angle of 294.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03EDE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 62 222 -
CMYK 0.06 0.72 0 0.13
HSL 294.75º 0.71% 0.56% -
HSV(B) 294.75º 0.72% 0.87% -
XYZ 40.92 22.13 71.22 -
YUV 123.89 183.37 187.99 -
System Red Green Blue C M Y K H S L
Decimal 208 62 222 0.06 0.72 0 0.13 294.75 0.71 0.56
Hex D0 3E DE 6 48 0 D 127 47 38
Octal 320 76 336 6 110 0 15 447 107 70
Binary 11010000 111110 11011110 110 1001000 0 1101 100100111 1000111 111000

Color Harmonies of #D03EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03EDE

Black with #D03EDE

Text Example


Text Example

White with #D03EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03EDE; }

 p { color: rgb(208,62,222); }

 H1.HeaderClassName
 {
   color: #D03EDE;
 }
 .AnyTagClassName
 {
   color: #D03EDE;
 }
</style>

background-color css

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

 a { background-color: rgb(208,62,222); }

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

border-color css

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

 span { border-color: rgb(208,62,222); }

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