Html Css Color HEX #D058E1 Medium Orchid

📋 copy color: '#D058E1'

red 208 ◦ green 88 ◦ blue 225

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

Shades of Medium Orchid #D058E1

Tints of Medium Orchid #D058E1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.89%

 BLUE value IS 225 (88.28% from 255) = 43.19%

R = 39.92%
G = 16.89%
B = 43.19%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D058E1 (or 0xD058E1) is known color: Medium Orchid. HEX triplet: D0, 58 and E1. RGB value is (208,88,225). Sum of RGB (Red+Green+Blue) = 208+88+225=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #D058E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058E1 is #2FA71E. Grayscale: #8B8B8B. Windows color (decimal): -3122975 or 14768336. OLE color: 14768336.

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

Color convert

RGB 208 88 225 -
CMYK 0.08 0.61 0 0.12
HSL 292.55º 0.7% 0.61% -
HSV(B) 292.55º 0.61% 0.88% -
XYZ 43.09 25.83 73.95 -
YUV 139.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 208 88 225 0.08 0.61 0 0.12 292.55 0.7 0.61
Hex D0 58 E1 8 3D 0 C 125 46 3D
Octal 320 130 341 10 75 0 14 445 106 75
Binary 11010000 1011000 11100001 1000 111101 0 1100 100100101 1000110 111101

Color Harmonies of #D058E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058E1

Black with #D058E1

Text Example


Text Example

White with #D058E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058E1; }

 p { color: rgb(208,88,225); }

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

background-color css

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

 a { background-color: rgb(208,88,225); }

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

border-color css

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

 span { border-color: rgb(208,88,225); }

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