Html Css Color HEX #D158ED Medium Orchid

📋 copy color: '#D158ED'

red 209 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #D158ED

Tints of Medium Orchid #D158ED

RGB

 RED value IS 209 (82.03% from 255) = 39.14%

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

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

R = 39.14%
G = 16.48%
B = 44.38%

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

#D158ED (or 0xD158ED) is known color: Medium Orchid. HEX triplet: D1, 58 and ED. RGB value is (209,88,237). Sum of RGB (Red+Green+Blue) = 209+88+237=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #D158ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158ED is #2EA712. Grayscale: #8C8C8C. Windows color (decimal): -3057427 or 15554769. OLE color: 15554769.

HSL color Cylindrical-coordinate representation of color #D158ED: hue angle of 288.72º 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 #D158ED is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 88 237 -
CMYK 0.12 0.63 0 0.07
HSL 288.72º 0.81% 0.64% -
HSV(B) 288.72º 0.63% 0.93% -
XYZ 45.07 26.65 82.89 -
YUV 141.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 209 88 237 0.12 0.63 0 0.07 288.72 0.81 0.64
Hex D1 58 ED C 3F 0 7 121 51 40
Octal 321 130 355 14 77 0 7 441 121 100
Binary 11010001 1011000 11101101 1100 111111 0 111 100100001 1010001 1000000

Color Harmonies of #D158ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158ED

Black with #D158ED

Text Example


Text Example

White with #D158ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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