Html Css Color HEX #D15CEA Medium Orchid

📋 copy color: '#D15CEA'

red 209 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #D15CEA

Tints of Medium Orchid #D15CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.2%

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

R = 39.07%
G = 17.2%
B = 43.74%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D15CEA (or 0xD15CEA) is known color: Medium Orchid. HEX triplet: D1, 5C and EA. RGB value is (209,92,234). Sum of RGB (Red+Green+Blue) = 209+92+234=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #D15CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CEA is #2EA315. Grayscale: #8E8E8E. Windows color (decimal): -3056406 or 15359185. OLE color: 15359185.

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

Color convert

RGB 209 92 234 -
CMYK 0.11 0.61 0 0.08
HSL 289.44º 0.77% 0.64% -
HSV(B) 289.44º 0.61% 0.92% -
XYZ 44.97 27.15 80.71 -
YUV 143.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 209 92 234 0.11 0.61 0 0.08 289.44 0.77 0.64
Hex D1 5C EA B 3D 0 8 121 4D 40
Octal 321 134 352 13 75 0 10 441 115 100
Binary 11010001 1011100 11101010 1011 111101 0 1000 100100001 1001101 1000000

Color Harmonies of #D15CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CEA

Black with #D15CEA

Text Example


Text Example

White with #D15CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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