Html Css Color HEX #D056EE Medium Orchid

📋 copy color: '#D056EE'

red 208 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #D056EE

Tints of Medium Orchid #D056EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 39.1%
G = 16.17%
B = 44.74%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D056EE (or 0xD056EE) is known color: Medium Orchid. HEX triplet: D0, 56 and EE. RGB value is (208,86,238). Sum of RGB (Red+Green+Blue) = 208+86+238=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #D056EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D056EE is #2FA911. Grayscale: #8B8B8B. Windows color (decimal): -3123474 or 15619792. OLE color: 15619792.

HSL color Cylindrical-coordinate representation of color #D056EE: hue angle of 288.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D056EE is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 86 238 -
CMYK 0.13 0.64 0 0.07
HSL 288.16º 0.82% 0.64% -
HSV(B) 288.16º 0.64% 0.93% -
XYZ 44.77 26.24 83.59 -
YUV 139.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 208 86 238 0.13 0.64 0 0.07 288.16 0.82 0.64
Hex D0 56 EE D 40 0 7 120 52 40
Octal 320 126 356 15 100 0 7 440 122 100
Binary 11010000 1010110 11101110 1101 1000000 0 111 100100000 1010010 1000000

Color Harmonies of #D056EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D056EE

Black with #D056EE

Text Example


Text Example

White with #D056EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D056EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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