Html Css Color HEX #D157E8 Medium Orchid

📋 copy color: '#D157E8'

red 209 ◦ green 87 ◦ blue 232

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

Shades of Medium Orchid #D157E8

Tints of Medium Orchid #D157E8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.48%

 BLUE value IS 232 (91.02% from 255) = 43.94%

R = 39.58%
G = 16.48%
B = 43.94%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D157E8 (or 0xD157E8) is known color: Medium Orchid. HEX triplet: D1, 57 and E8. RGB value is (209,87,232). Sum of RGB (Red+Green+Blue) = 209+87+232=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #D157E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D157E8 is #2EA817. Grayscale: #8B8B8B. Windows color (decimal): -3057688 or 15226833. OLE color: 15226833.

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

Color convert

RGB 209 87 232 -
CMYK 0.10 0.62 0 0.09
HSL 290.48º 0.76% 0.63% -
HSV(B) 290.48º 0.63% 0.91% -
XYZ 44.27 26.2 79.07 -
YUV 140.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 209 87 232 0.10 0.62 0 0.09 290.48 0.76 0.63
Hex D1 57 E8 A 3E 0 9 122 4C 3F
Octal 321 127 350 12 76 0 11 442 114 77
Binary 11010001 1010111 11101000 1010 111110 0 1001 100100010 1001100 111111

Color Harmonies of #D157E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D157E8

Black with #D157E8

Text Example


Text Example

White with #D157E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D157E8; }

 p { color: rgb(209,87,232); }

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

background-color css

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

 a { background-color: rgb(209,87,232); }

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

border-color css

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

 span { border-color: rgb(209,87,232); }

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