Html Css Color HEX #D056EB Medium Orchid

📋 copy color: '#D056EB'

red 208 ◦ green 86 ◦ blue 235

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

Shades of Medium Orchid #D056EB

Tints of Medium Orchid #D056EB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.26%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 39.32%
G = 16.26%
B = 44.42%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D056EB (or 0xD056EB) is known color: Medium Orchid. HEX triplet: D0, 56 and EB. RGB value is (208,86,235). Sum of RGB (Red+Green+Blue) = 208+86+235=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #D056EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D056EB is #2FA914. Grayscale: #8A8A8A. Windows color (decimal): -3123477 or 15423184. OLE color: 15423184.

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

Color convert

RGB 208 86 235 -
CMYK 0.11 0.63 0 0.08
HSL 289.13º 0.79% 0.63% -
HSV(B) 289.13º 0.63% 0.92% -
XYZ 44.34 26.06 81.29 -
YUV 139.46 181.92 176.88 -
System Red Green Blue C M Y K H S L
Decimal 208 86 235 0.11 0.63 0 0.08 289.13 0.79 0.63
Hex D0 56 EB B 3F 0 8 121 4F 3F
Octal 320 126 353 13 77 0 10 441 117 77
Binary 11010000 1010110 11101011 1011 111111 0 1000 100100001 1001111 111111

Color Harmonies of #D056EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D056EB

Black with #D056EB

Text Example


Text Example

White with #D056EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D056EB; }

 p { color: rgb(208,86,235); }

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

background-color css

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

 a { background-color: rgb(208,86,235); }

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

border-color css

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

 span { border-color: rgb(208,86,235); }

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