Html Css Color HEX #D03EEA Medium Orchid

📋 copy color: '#D03EEA'

red 208 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #D03EEA

Tints of Medium Orchid #D03EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 41.27%
G = 12.3%
B = 46.43%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D03EEA (or 0xD03EEA) is known color: Medium Orchid. HEX triplet: D0, 3E and EA. RGB value is (208,62,234). Sum of RGB (Red+Green+Blue) = 208+62+234=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #D03EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03EEA is #2FC115. Grayscale: #7C7C7C. Windows color (decimal): -3129622 or 15351504. OLE color: 15351504.

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

Color convert

RGB 208 62 234 -
CMYK 0.11 0.74 0 0.08
HSL 290.93º 0.8% 0.58% -
HSV(B) 290.93º 0.74% 0.92% -
XYZ 42.59 22.8 80 -
YUV 125.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 208 62 234 0.11 0.74 0 0.08 290.93 0.8 0.58
Hex D0 3E EA B 4A 0 8 123 50 3A
Octal 320 76 352 13 112 0 10 443 120 72
Binary 11010000 111110 11101010 1011 1001010 0 1000 100100011 1010000 111010

Color Harmonies of #D03EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03EEA

Black with #D03EEA

Text Example


Text Example

White with #D03EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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