Html Css Color HEX #D150EB Medium Orchid

📋 copy color: '#D150EB'

red 209 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #D150EB

Tints of Medium Orchid #D150EB

RGB

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

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

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

R = 39.89%
G = 15.27%
B = 44.85%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D150EB (or 0xD150EB) is known color: Medium Orchid. HEX triplet: D1, 50 and EB. RGB value is (209,80,235). Sum of RGB (Red+Green+Blue) = 209+80+235=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #D150EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150EB is #2EAF14. Grayscale: #878787. Windows color (decimal): -3059477 or 15421649. OLE color: 15421649.

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

Color convert

RGB 209 80 235 -
CMYK 0.11 0.66 0 0.08
HSL 289.94º 0.79% 0.62% -
HSV(B) 289.94º 0.66% 0.92% -
XYZ 44.16 25.29 81.15 -
YUV 136.24 183.74 179.9 -
System Red Green Blue C M Y K H S L
Decimal 209 80 235 0.11 0.66 0 0.08 289.94 0.79 0.62
Hex D1 50 EB B 42 0 8 122 4F 3E
Octal 321 120 353 13 102 0 10 442 117 76
Binary 11010001 1010000 11101011 1011 1000010 0 1000 100100010 1001111 111110

Color Harmonies of #D150EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150EB

Black with #D150EB

Text Example


Text Example

White with #D150EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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