Html Css Color HEX #D05EEA Medium Orchid

📋 copy color: '#D05EEA'

red 208 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #D05EEA

Tints of Medium Orchid #D05EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.54%

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

R = 38.81%
G = 17.54%
B = 43.66%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D05EEA (or 0xD05EEA) is known color: Medium Orchid. HEX triplet: D0, 5E and EA. RGB value is (208,94,234). Sum of RGB (Red+Green+Blue) = 208+94+234=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #D05EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05EEA is #2FA115. Grayscale: #8F8F8F. Windows color (decimal): -3121430 or 15359696. OLE color: 15359696.

HSL color Cylindrical-coordinate representation of color #D05EEA: hue angle of 288.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05EEA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 94 234 -
CMYK 0.11 0.60 0 0.08
HSL 288.86º 0.77% 0.64% -
HSV(B) 288.86º 0.6% 0.92% -
XYZ 44.87 27.36 80.76 -
YUV 144.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 208 94 234 0.11 0.60 0 0.08 288.86 0.77 0.64
Hex D0 5E EA B 3C 0 8 121 4D 40
Octal 320 136 352 13 74 0 10 441 115 100
Binary 11010000 1011110 11101010 1011 111100 0 1000 100100001 1001101 1000000

Color Harmonies of #D05EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05EEA

Black with #D05EEA

Text Example


Text Example

White with #D05EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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