Html Css Color HEX #D053EE Medium Orchid

📋 copy color: '#D053EE'

red 208 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #D053EE

Tints of Medium Orchid #D053EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 39.32%
G = 15.69%
B = 44.99%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D053EE (or 0xD053EE) is known color: Medium Orchid. HEX triplet: D0, 53 and EE. RGB value is (208,83,238). Sum of RGB (Red+Green+Blue) = 208+83+238=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #D053EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053EE is #2FAC11. Grayscale: #898989. Windows color (decimal): -3124242 or 15619024. OLE color: 15619024.

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

Color convert

RGB 208 83 238 -
CMYK 0.13 0.65 0 0.07
HSL 288.39º 0.82% 0.63% -
HSV(B) 288.39º 0.65% 0.93% -
XYZ 44.54 25.77 83.52 -
YUV 138.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 208 83 238 0.13 0.65 0 0.07 288.39 0.82 0.63
Hex D0 53 EE D 41 0 7 120 52 3F
Octal 320 123 356 15 101 0 7 440 122 77
Binary 11010000 1010011 11101110 1101 1000001 0 111 100100000 1010010 111111

Color Harmonies of #D053EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053EE

Black with #D053EE

Text Example


Text Example

White with #D053EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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