Html Css Color HEX #D058EB Medium Orchid

📋 copy color: '#D058EB'

red 208 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #D058EB

Tints of Medium Orchid #D058EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 39.17%
G = 16.57%
B = 44.26%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D058EB (or 0xD058EB) is known color: Medium Orchid. HEX triplet: D0, 58 and EB. RGB value is (208,88,235). Sum of RGB (Red+Green+Blue) = 208+88+235=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #D058EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D058EB is #2FA714. Grayscale: #8C8C8C. Windows color (decimal): -3122965 or 15423696. OLE color: 15423696.

HSL color Cylindrical-coordinate representation of color #D058EB: hue angle of 288.98º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D058EB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 88 235 -
CMYK 0.11 0.63 0 0.08
HSL 288.98º 0.79% 0.63% -
HSV(B) 288.98º 0.63% 0.92% -
XYZ 44.5 26.39 81.35 -
YUV 140.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 208 88 235 0.11 0.63 0 0.08 288.98 0.79 0.63
Hex D0 58 EB B 3F 0 8 121 4F 3F
Octal 320 130 353 13 77 0 10 441 117 77
Binary 11010000 1011000 11101011 1011 111111 0 1000 100100001 1001111 111111

Color Harmonies of #D058EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058EB

Black with #D058EB

Text Example


Text Example

White with #D058EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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