Html Css Color HEX #D03AFD Medium Orchid

📋 copy color: '#D03AFD'

red 208 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #D03AFD

Tints of Medium Orchid #D03AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 40.08%
G = 11.18%
B = 48.75%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D03AFD (or 0xD03AFD) is known color: Medium Orchid. HEX triplet: D0, 3A and FD. RGB value is (208,58,253). Sum of RGB (Red+Green+Blue) = 208+58+253=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #D03AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AFD is #2FC502. Grayscale: #7C7C7C. Windows color (decimal): -3130627 or 16595664. OLE color: 16595664.

HSL color Cylindrical-coordinate representation of color #D03AFD: hue angle of 286.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03AFD is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 58 253 -
CMYK 0.18 0.77 0 0.01
HSL 286.15º 0.98% 0.61% -
HSV(B) 286.15º 0.77% 0.99% -
XYZ 45.26 23.53 95.08 -
YUV 125.08 200.2 187.14 -
System Red Green Blue C M Y K H S L
Decimal 208 58 253 0.18 0.77 0 0.01 286.15 0.98 0.61
Hex D0 3A FD 12 4D 0 1 11E 62 3D
Octal 320 72 375 22 115 0 1 436 142 75
Binary 11010000 111010 11111101 10010 1001101 0 1 100011110 1100010 111101

Color Harmonies of #D03AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03AFD

Black with #D03AFD

Text Example


Text Example

White with #D03AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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