Html Css Color HEX #D03AE2 Medium Orchid

📋 copy color: '#D03AE2'

red 208 ◦ green 58 ◦ blue 226

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

Shades of Medium Orchid #D03AE2

Tints of Medium Orchid #D03AE2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.79%

 BLUE value IS 226 (88.67% from 255) = 45.93%

R = 42.28%
G = 11.79%
B = 45.93%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D03AE2 (or 0xD03AE2) is known color: Medium Orchid. HEX triplet: D0, 3A and E2. RGB value is (208,58,226). Sum of RGB (Red+Green+Blue) = 208+58+226=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 226 - color contains mainly: blue. Hex color #D03AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AE2 is #2FC51D. Grayscale: #797979. Windows color (decimal): -3130654 or 14826192. OLE color: 14826192.

HSL color Cylindrical-coordinate representation of color #D03AE2: hue angle of 293.57º degrees, saturation: 0.74, 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 #D03AE2 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 58 226 -
CMYK 0.08 0.74 0 0.11
HSL 293.57º 0.74% 0.56% -
HSV(B) 293.57º 0.74% 0.89% -
XYZ 41.25 21.93 74.01 -
YUV 122 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 208 58 226 0.08 0.74 0 0.11 293.57 0.74 0.56
Hex D0 3A E2 8 4A 0 B 126 4A 38
Octal 320 72 342 10 112 0 13 446 112 70
Binary 11010000 111010 11100010 1000 1001010 0 1011 100100110 1001010 111000

Color Harmonies of #D03AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03AE2

Black with #D03AE2

Text Example


Text Example

White with #D03AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03AE2; }

 p { color: rgb(208,58,226); }

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

background-color css

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

 a { background-color: rgb(208,58,226); }

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

border-color css

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

 span { border-color: rgb(208,58,226); }

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