Html Css Color HEX #D053ED Medium Orchid

📋 copy color: '#D053ED'

red 208 ◦ green 83 ◦ blue 237

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

Shades of Medium Orchid #D053ED

Tints of Medium Orchid #D053ED

RGB

 RED value IS 208 (81.64% from 255) = 39.39%

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 39.39%
G = 15.72%
B = 44.89%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D053ED (or 0xD053ED) is known color: Medium Orchid. HEX triplet: D0, 53 and ED. RGB value is (208,83,237). Sum of RGB (Red+Green+Blue) = 208+83+237=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #D053ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053ED is #2FAC12. Grayscale: #898989. Windows color (decimal): -3124243 or 15553488. OLE color: 15553488.

HSL color Cylindrical-coordinate representation of color #D053ED: hue angle of 288.7º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D053ED is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 83 237 -
CMYK 0.12 0.65 0 0.07
HSL 288.7º 0.81% 0.63% -
HSV(B) 288.7º 0.65% 0.93% -
XYZ 44.39 25.71 82.74 -
YUV 137.93 183.91 177.98 -
System Red Green Blue C M Y K H S L
Decimal 208 83 237 0.12 0.65 0 0.07 288.7 0.81 0.63
Hex D0 53 ED C 41 0 7 121 51 3F
Octal 320 123 355 14 101 0 7 441 121 77
Binary 11010000 1010011 11101101 1100 1000001 0 111 100100001 1010001 111111

Color Harmonies of #D053ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053ED

Black with #D053ED

Text Example


Text Example

White with #D053ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053ED; }

 p { color: rgb(208,83,237); }

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

background-color css

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

 a { background-color: rgb(208,83,237); }

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

border-color css

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

 span { border-color: rgb(208,83,237); }

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