Html Css Color HEX #D03AFB Medium Orchid

📋 copy color: '#D03AFB'

red 208 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #D03AFB

Tints of Medium Orchid #D03AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 40.23%
G = 11.22%
B = 48.55%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D03AFB (or 0xD03AFB) is known color: Medium Orchid. HEX triplet: D0, 3A and FB. RGB value is (208,58,251). Sum of RGB (Red+Green+Blue) = 208+58+251=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #D03AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AFB is #2FC504. Grayscale: #7C7C7C. Windows color (decimal): -3130629 or 16464592. OLE color: 16464592.

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

Color convert

RGB 208 58 251 -
CMYK 0.17 0.77 0 0.02
HSL 286.63º 0.96% 0.61% -
HSV(B) 286.63º 0.77% 0.98% -
XYZ 44.94 23.4 93.42 -
YUV 124.85 199.2 187.31 -
System Red Green Blue C M Y K H S L
Decimal 208 58 251 0.17 0.77 0 0.02 286.63 0.96 0.61
Hex D0 3A FB 11 4D 0 2 11F 60 3D
Octal 320 72 373 21 115 0 2 437 140 75
Binary 11010000 111010 11111011 10001 1001101 0 10 100011111 1100000 111101

Color Harmonies of #D03AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03AFB

Black with #D03AFB

Text Example


Text Example

White with #D03AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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