Html Css Color HEX #D059E7 Medium Orchid

📋 copy color: '#D059E7'

red 208 ◦ green 89 ◦ blue 231

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

Shades of Medium Orchid #D059E7

Tints of Medium Orchid #D059E7

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.86%

 BLUE value IS 231 (90.63% from 255) = 43.75%

R = 39.39%
G = 16.86%
B = 43.75%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D059E7 (or 0xD059E7) is known color: Medium Orchid. HEX triplet: D0, 59 and E7. RGB value is (208,89,231). Sum of RGB (Red+Green+Blue) = 208+89+231=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #D059E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059E7 is #2FA618. Grayscale: #8C8C8C. Windows color (decimal): -3122713 or 15161808. OLE color: 15161808.

HSL color Cylindrical-coordinate representation of color #D059E7: hue angle of 290.28º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D059E7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 89 231 -
CMYK 0.10 0.61 0 0.09
HSL 290.28º 0.75% 0.63% -
HSV(B) 290.28º 0.61% 0.91% -
XYZ 44.01 26.32 78.36 -
YUV 140.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 208 89 231 0.10 0.61 0 0.09 290.28 0.75 0.63
Hex D0 59 E7 A 3D 0 9 122 4B 3F
Octal 320 131 347 12 75 0 11 442 113 77
Binary 11010000 1011001 11100111 1010 111101 0 1001 100100010 1001011 111111

Color Harmonies of #D059E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059E7

Black with #D059E7

Text Example


Text Example

White with #D059E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059E7; }

 p { color: rgb(208,89,231); }

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

background-color css

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

 a { background-color: rgb(208,89,231); }

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

border-color css

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

 span { border-color: rgb(208,89,231); }

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