Html Css Color HEX #D03AFE Medium Orchid

📋 copy color: '#D03AFE'

red 208 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #D03AFE

Tints of Medium Orchid #D03AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 40%
G = 11.15%
B = 48.85%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D03AFE (or 0xD03AFE) is known color: Medium Orchid. HEX triplet: D0, 3A and FE. RGB value is (208,58,254). Sum of RGB (Red+Green+Blue) = 208+58+254=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #D03AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AFE is #2FC501. Grayscale: #7C7C7C. Windows color (decimal): -3130626 or 16661200. OLE color: 16661200.

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

Color convert

RGB 208 58 254 -
CMYK 0.18 0.77 0 0.00
HSL 285.92º 0.99% 0.61% -
HSV(B) 285.92º 0.77% 1% -
XYZ 45.41 23.59 95.93 -
YUV 125.19 200.7 187.06 -
System Red Green Blue C M Y K H S L
Decimal 208 58 254 0.18 0.77 0 0.00 285.92 0.99 0.61
Hex D0 3A FE 12 4D 0 0 11E 63 3D
Octal 320 72 376 22 115 0 0 436 143 75
Binary 11010000 111010 11111110 10010 1001101 0 0 100011110 1100011 111101

Color Harmonies of #D03AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03AFE

Black with #D03AFE

Text Example


Text Example

White with #D03AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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