Html Css Color HEX #D059EA Medium Orchid

📋 copy color: '#D059EA'

red 208 ◦ green 89 ◦ blue 234

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

Shades of Medium Orchid #D059EA

Tints of Medium Orchid #D059EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 39.17%
G = 16.76%
B = 44.07%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D059EA (or 0xD059EA) is known color: Medium Orchid. HEX triplet: D0, 59 and EA. RGB value is (208,89,234). Sum of RGB (Red+Green+Blue) = 208+89+234=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #D059EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059EA is #2FA615. Grayscale: #8C8C8C. Windows color (decimal): -3122710 or 15358416. OLE color: 15358416.

HSL color Cylindrical-coordinate representation of color #D059EA: hue angle of 289.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D059EA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 89 234 -
CMYK 0.11 0.62 0 0.08
HSL 289.24º 0.78% 0.63% -
HSV(B) 289.24º 0.62% 0.92% -
XYZ 44.44 26.5 80.61 -
YUV 141.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 208 89 234 0.11 0.62 0 0.08 289.24 0.78 0.63
Hex D0 59 EA B 3E 0 8 121 4E 3F
Octal 320 131 352 13 76 0 10 441 116 77
Binary 11010000 1011001 11101010 1011 111110 0 1000 100100001 1001110 111111

Color Harmonies of #D059EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059EA

Black with #D059EA

Text Example


Text Example

White with #D059EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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