Html Css Color HEX #D056E5 Medium Orchid

📋 copy color: '#D056E5'

red 208 ◦ green 86 ◦ blue 229

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

Shades of Medium Orchid #D056E5

Tints of Medium Orchid #D056E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.79%

R = 39.77%
G = 16.44%
B = 43.79%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D056E5 (or 0xD056E5) is known color: Medium Orchid. HEX triplet: D0, 56 and E5. RGB value is (208,86,229). Sum of RGB (Red+Green+Blue) = 208+86+229=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #D056E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056E5 is #2FA91A. Grayscale: #8A8A8A. Windows color (decimal): -3123483 or 15029968. OLE color: 15029968.

HSL color Cylindrical-coordinate representation of color #D056E5: hue angle of 291.19º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D056E5 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 86 229 -
CMYK 0.09 0.62 0 0.10
HSL 291.19º 0.73% 0.62% -
HSV(B) 291.19º 0.62% 0.9% -
XYZ 43.48 25.72 76.8 -
YUV 138.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 208 86 229 0.09 0.62 0 0.10 291.19 0.73 0.62
Hex D0 56 E5 9 3E 0 A 123 49 3E
Octal 320 126 345 11 76 0 12 443 111 76
Binary 11010000 1010110 11100101 1001 111110 0 1010 100100011 1001001 111110

Color Harmonies of #D056E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D056E5

Black with #D056E5

Text Example


Text Example

White with #D056E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D056E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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