Html Css Color HEX #D03FDE Medium Orchid

📋 copy color: '#D03FDE'

red 208 ◦ green 63 ◦ blue 222

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

Shades of Medium Orchid #D03FDE

Tints of Medium Orchid #D03FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

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

R = 42.19%
G = 12.78%
B = 45.03%

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

#D03FDE (or 0xD03FDE) is known color: Medium Orchid. HEX triplet: D0, 3F and DE. RGB value is (208,63,222). Sum of RGB (Red+Green+Blue) = 208+63+222=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #D03FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FDE is #2FC021. Grayscale: #7B7B7B. Windows color (decimal): -3129378 or 14565328. OLE color: 14565328.

HSL color Cylindrical-coordinate representation of color #D03FDE: hue angle of 294.72º 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 #D03FDE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 63 222 -
CMYK 0.06 0.72 0 0.13
HSL 294.72º 0.71% 0.56% -
HSV(B) 294.72º 0.72% 0.87% -
XYZ 40.97 22.24 71.24 -
YUV 124.48 183.04 187.57 -
System Red Green Blue C M Y K H S L
Decimal 208 63 222 0.06 0.72 0 0.13 294.72 0.71 0.56
Hex D0 3F DE 6 48 0 D 127 47 38
Octal 320 77 336 6 110 0 15 447 107 70
Binary 11010000 111111 11011110 110 1001000 0 1101 100100111 1000111 111000

Color Harmonies of #D03FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FDE

Black with #D03FDE

Text Example


Text Example

White with #D03FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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