Html Css Color HEX #D039FF Medium Orchid

📋 copy color: '#D039FF'

red 208 ◦ green 57 ◦ blue 255

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

Shades of Medium Orchid #D039FF

Tints of Medium Orchid #D039FF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.96%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 40%
G = 10.96%
B = 49.04%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D039FF (or 0xD039FF) is known color: Medium Orchid. HEX triplet: D0, 39 and FF. RGB value is (208,57,255). Sum of RGB (Red+Green+Blue) = 208+57+255=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 57 (22.66% from 255 or 10.96% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #D039FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039FF is #2FC600. Grayscale: #7C7C7C. Windows color (decimal): -3130881 or 16726480. OLE color: 16726480.

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

Color convert

RGB 208 57 255 -
CMYK 0.18 0.78 0 0
HSL 285.76º 1% 0.61% -
HSV(B) 285.76º 0.78% 1% -
XYZ 45.53 23.56 96.76 -
YUV 124.72 201.53 187.4 -
System Red Green Blue C M Y K H S L
Decimal 208 57 255 0.18 0.78 0 0 285.76 1 0.61
Hex D0 39 FF 12 4E 0 0 11E 64 3D
Octal 320 71 377 22 116 0 0 436 144 75
Binary 11010000 111001 11111111 10010 1001110 0 0 100011110 1100100 111101

Color Harmonies of #D039FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039FF

Black with #D039FF

Text Example


Text Example

White with #D039FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039FF; }

 p { color: rgb(208,57,255); }

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

background-color css

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

 a { background-color: rgb(208,57,255); }

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

border-color css

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

 span { border-color: rgb(208,57,255); }

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