Html Css Color HEX #D15AEA Medium Orchid

📋 copy color: '#D15AEA'

red 209 ◦ green 90 ◦ blue 234

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

Shades of Medium Orchid #D15AEA

Tints of Medium Orchid #D15AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.9%

R = 39.21%
G = 16.89%
B = 43.9%

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

#D15AEA (or 0xD15AEA) is known color: Medium Orchid. HEX triplet: D1, 5A and EA. RGB value is (209,90,234). Sum of RGB (Red+Green+Blue) = 209+90+234=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #D15AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AEA is #2EA515. Grayscale: #8D8D8D. Windows color (decimal): -3056918 or 15358673. OLE color: 15358673.

HSL color Cylindrical-coordinate representation of color #D15AEA: hue angle of 289.58º degrees, saturation: 0.77, 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 #D15AEA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 90 234 -
CMYK 0.11 0.62 0 0.08
HSL 289.58º 0.77% 0.64% -
HSV(B) 289.58º 0.62% 0.92% -
XYZ 44.8 26.81 80.66 -
YUV 142 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 209 90 234 0.11 0.62 0 0.08 289.58 0.77 0.64
Hex D1 5A EA B 3E 0 8 122 4D 40
Octal 321 132 352 13 76 0 10 442 115 100
Binary 11010001 1011010 11101010 1011 111110 0 1000 100100010 1001101 1000000

Color Harmonies of #D15AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AEA

Black with #D15AEA

Text Example


Text Example

White with #D15AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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