Html Css Color HEX #D053EC Medium Orchid

📋 copy color: '#D053EC'

red 208 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #D053EC

Tints of Medium Orchid #D053EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 39.47%
G = 15.75%
B = 44.78%

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

#D053EC (or 0xD053EC) is known color: Medium Orchid. HEX triplet: D0, 53 and EC. RGB value is (208,83,236). Sum of RGB (Red+Green+Blue) = 208+83+236=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #D053EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053EC is #2FAC13. Grayscale: #898989. Windows color (decimal): -3124244 or 15487952. OLE color: 15487952.

HSL color Cylindrical-coordinate representation of color #D053EC: hue angle of 289.02º degrees, saturation: 0.8, 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 #D053EC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 83 236 -
CMYK 0.12 0.65 0 0.07
HSL 289.02º 0.8% 0.63% -
HSV(B) 289.02º 0.65% 0.93% -
XYZ 44.25 25.65 81.98 -
YUV 137.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 208 83 236 0.12 0.65 0 0.07 289.02 0.8 0.63
Hex D0 53 EC C 41 0 7 121 50 3F
Octal 320 123 354 14 101 0 7 441 120 77
Binary 11010000 1010011 11101100 1100 1000001 0 111 100100001 1010000 111111

Color Harmonies of #D053EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053EC

Black with #D053EC

Text Example


Text Example

White with #D053EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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