Html Css Color HEX #D15AEB Medium Orchid

📋 copy color: '#D15AEB'

red 209 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #D15AEB

Tints of Medium Orchid #D15AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.85%

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

R = 39.14%
G = 16.85%
B = 44.01%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D15AEB (or 0xD15AEB) is known color: Medium Orchid. HEX triplet: D1, 5A and EB. RGB value is (209,90,235). Sum of RGB (Red+Green+Blue) = 209+90+235=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #D15AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AEB is #2EA514. Grayscale: #8D8D8D. Windows color (decimal): -3056917 or 15424209. OLE color: 15424209.

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

Color convert

RGB 209 90 235 -
CMYK 0.11 0.62 0 0.08
HSL 289.24º 0.78% 0.64% -
HSV(B) 289.24º 0.62% 0.92% -
XYZ 44.95 26.87 81.41 -
YUV 142.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 209 90 235 0.11 0.62 0 0.08 289.24 0.78 0.64
Hex D1 5A EB B 3E 0 8 121 4E 40
Octal 321 132 353 13 76 0 10 441 116 100
Binary 11010001 1011010 11101011 1011 111110 0 1000 100100001 1001110 1000000

Color Harmonies of #D15AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AEB

Black with #D15AEB

Text Example


Text Example

White with #D15AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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