Html Css Color HEX #D038FA Medium Orchid

📋 copy color: '#D038FA'

red 208 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #D038FA

Tints of Medium Orchid #D038FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.89%

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 40.47%
G = 10.89%
B = 48.64%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D038FA (or 0xD038FA) is known color: Medium Orchid. HEX triplet: D0, 38 and FA. RGB value is (208,56,250). Sum of RGB (Red+Green+Blue) = 208+56+250=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 56 (22.27% from 255 or 10.89% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #D038FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038FA is #2FC705. Grayscale: #7A7A7A. Windows color (decimal): -3131142 or 16398544. OLE color: 16398544.

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

Color convert

RGB 208 56 250 -
CMYK 0.17 0.78 0 0.02
HSL 287.01º 0.95% 0.6% -
HSV(B) 287.01º 0.78% 0.98% -
XYZ 44.68 23.14 92.55 -
YUV 123.56 199.36 188.23 -
System Red Green Blue C M Y K H S L
Decimal 208 56 250 0.17 0.78 0 0.02 287.01 0.95 0.6
Hex D0 38 FA 11 4E 0 2 11F 5F 3C
Octal 320 70 372 21 116 0 2 437 137 74
Binary 11010000 111000 11111010 10001 1001110 0 10 100011111 1011111 111100

Color Harmonies of #D038FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038FA

Black with #D038FA

Text Example


Text Example

White with #D038FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038FA; }

 p { color: rgb(208,56,250); }

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

background-color css

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

 a { background-color: rgb(208,56,250); }

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

border-color css

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

 span { border-color: rgb(208,56,250); }

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