Html Css Color HEX #D153F0 Medium Orchid

📋 copy color: '#D153F0'

red 209 ◦ green 83 ◦ blue 240

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

Shades of Medium Orchid #D153F0

Tints of Medium Orchid #D153F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.11%

R = 39.29%
G = 15.6%
B = 45.11%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D153F0 (or 0xD153F0) is known color: Medium Orchid. HEX triplet: D1, 53 and F0. RGB value is (209,83,240). Sum of RGB (Red+Green+Blue) = 209+83+240=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #D153F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153F0 is #2EAC0F. Grayscale: #8A8A8A. Windows color (decimal): -3058704 or 15750097. OLE color: 15750097.

HSL color Cylindrical-coordinate representation of color #D153F0: hue angle of 288.15º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D153F0 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 83 240 -
CMYK 0.13 0.65 0 0.06
HSL 288.15º 0.84% 0.63% -
HSV(B) 288.15º 0.65% 0.94% -
XYZ 45.12 26.03 85.09 -
YUV 138.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 209 83 240 0.13 0.65 0 0.06 288.15 0.84 0.63
Hex D1 53 F0 D 41 0 6 120 54 3F
Octal 321 123 360 15 101 0 6 440 124 77
Binary 11010001 1010011 11110000 1101 1000001 0 110 100100000 1010100 111111

Color Harmonies of #D153F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153F0

Black with #D153F0

Text Example


Text Example

White with #D153F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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