Html Css Color HEX #D03EDD Medium Orchid

📋 copy color: '#D03EDD'

red 208 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #D03EDD

Tints of Medium Orchid #D03EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 42.36%
G = 12.63%
B = 45.01%

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

#D03EDD (or 0xD03EDD) is known color: Medium Orchid. HEX triplet: D0, 3E and DD. RGB value is (208,62,221). Sum of RGB (Red+Green+Blue) = 208+62+221=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #D03EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EDD is #2FC122. Grayscale: #7B7B7B. Windows color (decimal): -3129635 or 14499536. OLE color: 14499536.

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

Color convert

RGB 208 62 221 -
CMYK 0.06 0.72 0 0.13
HSL 295.09º 0.7% 0.55% -
HSV(B) 295.09º 0.72% 0.87% -
XYZ 40.79 22.08 70.52 -
YUV 123.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 208 62 221 0.06 0.72 0 0.13 295.09 0.7 0.55
Hex D0 3E DD 6 48 0 D 127 46 37
Octal 320 76 335 6 110 0 15 447 106 67
Binary 11010000 111110 11011101 110 1001000 0 1101 100100111 1000110 110111

Color Harmonies of #D03EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03EDD

Black with #D03EDD

Text Example


Text Example

White with #D03EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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