Html Css Color HEX #D150ED Medium Orchid

📋 copy color: '#D150ED'

red 209 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #D150ED

Tints of Medium Orchid #D150ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.21%

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

R = 39.73%
G = 15.21%
B = 45.06%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D150ED (or 0xD150ED) is known color: Medium Orchid. HEX triplet: D1, 50 and ED. RGB value is (209,80,237). Sum of RGB (Red+Green+Blue) = 209+80+237=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #D150ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150ED is #2EAF12. Grayscale: #878787. Windows color (decimal): -3059475 or 15552721. OLE color: 15552721.

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

Color convert

RGB 209 80 237 -
CMYK 0.12 0.66 0 0.07
HSL 289.3º 0.81% 0.62% -
HSV(B) 289.3º 0.66% 0.93% -
XYZ 44.45 25.41 82.68 -
YUV 136.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 209 80 237 0.12 0.66 0 0.07 289.3 0.81 0.62
Hex D1 50 ED C 42 0 7 121 51 3E
Octal 321 120 355 14 102 0 7 441 121 76
Binary 11010001 1010000 11101101 1100 1000010 0 111 100100001 1010001 111110

Color Harmonies of #D150ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150ED

Black with #D150ED

Text Example


Text Example

White with #D150ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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