Html Css Color HEX #D056E0 Medium Orchid

📋 copy color: '#D056E0'

red 208 ◦ green 86 ◦ blue 224

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

Shades of Medium Orchid #D056E0

Tints of Medium Orchid #D056E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 40.15%
G = 16.6%
B = 43.24%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D056E0 (or 0xD056E0) is known color: Medium Orchid. HEX triplet: D0, 56 and E0. RGB value is (208,86,224). Sum of RGB (Red+Green+Blue) = 208+86+224=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #D056E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056E0 is #2FA91F. Grayscale: #898989. Windows color (decimal): -3123488 or 14702288. OLE color: 14702288.

HSL color Cylindrical-coordinate representation of color #D056E0: hue angle of 293.04º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D056E0 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 86 224 -
CMYK 0.07 0.62 0 0.12
HSL 293.04º 0.69% 0.61% -
HSV(B) 293.04º 0.62% 0.88% -
XYZ 42.79 25.45 73.18 -
YUV 138.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 208 86 224 0.07 0.62 0 0.12 293.04 0.69 0.61
Hex D0 56 E0 7 3E 0 C 125 45 3D
Octal 320 126 340 7 76 0 14 445 105 75
Binary 11010000 1010110 11100000 111 111110 0 1100 100100101 1000101 111101

Color Harmonies of #D056E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D056E0

Black with #D056E0

Text Example


Text Example

White with #D056E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D056E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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