Html Css Color HEX #D154EB Medium Orchid

📋 copy color: '#D154EB'

red 209 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #D154EB

Tints of Medium Orchid #D154EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.91%

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

R = 39.58%
G = 15.91%
B = 44.51%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D154EB (or 0xD154EB) is known color: Medium Orchid. HEX triplet: D1, 54 and EB. RGB value is (209,84,235). Sum of RGB (Red+Green+Blue) = 209+84+235=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #D154EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D154EB is #2EAB14. Grayscale: #8A8A8A. Windows color (decimal): -3058453 or 15422673. OLE color: 15422673.

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

Color convert

RGB 209 84 235 -
CMYK 0.11 0.64 0 0.08
HSL 289.67º 0.79% 0.63% -
HSV(B) 289.67º 0.64% 0.92% -
XYZ 44.46 25.89 81.25 -
YUV 138.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 209 84 235 0.11 0.64 0 0.08 289.67 0.79 0.63
Hex D1 54 EB B 40 0 8 122 4F 3F
Octal 321 124 353 13 100 0 10 442 117 77
Binary 11010001 1010100 11101011 1011 1000000 0 1000 100100010 1001111 111111

Color Harmonies of #D154EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D154EB

Black with #D154EB

Text Example


Text Example

White with #D154EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D154EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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