Html Css Color HEX #D153EA Medium Orchid

📋 copy color: '#D153EA'

red 209 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #D153EA

Tints of Medium Orchid #D153EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.78%

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

R = 39.73%
G = 15.78%
B = 44.49%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D153EA (or 0xD153EA) is known color: Medium Orchid. HEX triplet: D1, 53 and EA. RGB value is (209,83,234). Sum of RGB (Red+Green+Blue) = 209+83+234=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #D153EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153EA is #2EAC15. Grayscale: #898989. Windows color (decimal): -3058710 or 15356881. OLE color: 15356881.

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

Color convert

RGB 209 83 234 -
CMYK 0.11 0.65 0 0.08
HSL 290.07º 0.78% 0.62% -
HSV(B) 290.07º 0.65% 0.92% -
XYZ 44.24 25.68 80.47 -
YUV 137.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 209 83 234 0.11 0.65 0 0.08 290.07 0.78 0.62
Hex D1 53 EA B 41 0 8 122 4E 3E
Octal 321 123 352 13 101 0 10 442 116 76
Binary 11010001 1010011 11101010 1011 1000001 0 1000 100100010 1001110 111110

Color Harmonies of #D153EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153EA

Black with #D153EA

Text Example


Text Example

White with #D153EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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