Html Css Color HEX #D153E5 Medium Orchid

📋 copy color: '#D153E5'

red 209 ◦ green 83 ◦ blue 229

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

Shades of Medium Orchid #D153E5

Tints of Medium Orchid #D153E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 40.12%
G = 15.93%
B = 43.95%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D153E5 (or 0xD153E5) is known color: Medium Orchid. HEX triplet: D1, 53 and E5. RGB value is (209,83,229). Sum of RGB (Red+Green+Blue) = 209+83+229=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #D153E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153E5 is #2EAC1A. Grayscale: #888888. Windows color (decimal): -3058715 or 15029201. OLE color: 15029201.

HSL color Cylindrical-coordinate representation of color #D153E5: hue angle of 291.78º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D153E5 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 83 229 -
CMYK 0.09 0.64 0 0.10
HSL 291.78º 0.74% 0.61% -
HSV(B) 291.78º 0.64% 0.9% -
XYZ 43.53 25.4 76.74 -
YUV 137.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 209 83 229 0.09 0.64 0 0.10 291.78 0.74 0.61
Hex D1 53 E5 9 40 0 A 124 4A 3D
Octal 321 123 345 11 100 0 12 444 112 75
Binary 11010001 1010011 11100101 1001 1000000 0 1010 100100100 1001010 111101

Color Harmonies of #D153E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153E5

Black with #D153E5

Text Example


Text Example

White with #D153E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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