Html Css Color HEX #D058ED Medium Orchid

📋 copy color: '#D058ED'

red 208 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #D058ED

Tints of Medium Orchid #D058ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 39.02%
G = 16.51%
B = 44.47%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D058ED (or 0xD058ED) is known color: Medium Orchid. HEX triplet: D0, 58 and ED. RGB value is (208,88,237). Sum of RGB (Red+Green+Blue) = 208+88+237=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #D058ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D058ED is #2FA712. Grayscale: #8C8C8C. Windows color (decimal): -3122963 or 15554768. OLE color: 15554768.

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

Color convert

RGB 208 88 237 -
CMYK 0.12 0.63 0 0.07
HSL 288.32º 0.81% 0.64% -
HSV(B) 288.32º 0.63% 0.93% -
XYZ 44.79 26.5 82.88 -
YUV 140.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 208 88 237 0.12 0.63 0 0.07 288.32 0.81 0.64
Hex D0 58 ED C 3F 0 7 120 51 40
Octal 320 130 355 14 77 0 7 440 121 100
Binary 11010000 1011000 11101101 1100 111111 0 111 100100000 1010001 1000000

Color Harmonies of #D058ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058ED

Black with #D058ED

Text Example


Text Example

White with #D058ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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