Html Css Color HEX #D03FDA Medium Orchid

📋 copy color: '#D03FDA'

red 208 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #D03FDA

Tints of Medium Orchid #D03FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 42.54%
G = 12.88%
B = 44.58%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D03FDA (or 0xD03FDA) is known color: Medium Orchid. HEX triplet: D0, 3F and DA. RGB value is (208,63,218). Sum of RGB (Red+Green+Blue) = 208+63+218=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #D03FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FDA is #2FC025. Grayscale: #7B7B7B. Windows color (decimal): -3129382 or 14303184. OLE color: 14303184.

HSL color Cylindrical-coordinate representation of color #D03FDA: hue angle of 296.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03FDA is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 63 218 -
CMYK 0.05 0.71 0 0.15
HSL 296.13º 0.68% 0.55% -
HSV(B) 296.13º 0.71% 0.85% -
XYZ 40.44 22.03 68.45 -
YUV 124.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 208 63 218 0.05 0.71 0 0.15 296.13 0.68 0.55
Hex D0 3F DA 5 47 0 F 128 44 37
Octal 320 77 332 5 107 0 17 450 104 67
Binary 11010000 111111 11011010 101 1000111 0 1111 100101000 1000100 110111

Color Harmonies of #D03FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FDA

Black with #D03FDA

Text Example


Text Example

White with #D03FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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