Html Css Color HEX #D03DEC Medium Orchid

📋 copy color: '#D03DEC'

red 208 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #D03DEC

Tints of Medium Orchid #D03DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.08%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 41.19%
G = 12.08%
B = 46.73%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D03DEC (or 0xD03DEC) is known color: Medium Orchid. HEX triplet: D0, 3D and EC. RGB value is (208,61,236). Sum of RGB (Red+Green+Blue) = 208+61+236=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #D03DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DEC is #2FC213. Grayscale: #7C7C7C. Windows color (decimal): -3129876 or 15482320. OLE color: 15482320.

HSL color Cylindrical-coordinate representation of color #D03DEC: hue angle of 290.4º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03DEC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 61 236 -
CMYK 0.12 0.74 0 0.07
HSL 290.4º 0.82% 0.58% -
HSV(B) 290.4º 0.74% 0.93% -
XYZ 42.82 22.8 81.5 -
YUV 124.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 208 61 236 0.12 0.74 0 0.07 290.4 0.82 0.58
Hex D0 3D EC C 4A 0 7 122 52 3A
Octal 320 75 354 14 112 0 7 442 122 72
Binary 11010000 111101 11101100 1100 1001010 0 111 100100010 1010010 111010

Color Harmonies of #D03DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DEC

Black with #D03DEC

Text Example


Text Example

White with #D03DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DEC; }

 p { color: rgb(208,61,236); }

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

background-color css

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

 a { background-color: rgb(208,61,236); }

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

border-color css

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

 span { border-color: rgb(208,61,236); }

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