Html Css Color HEX #D053EB Medium Orchid

📋 copy color: '#D053EB'

red 208 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #D053EB

Tints of Medium Orchid #D053EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 39.54%
G = 15.78%
B = 44.68%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D053EB (or 0xD053EB) is known color: Medium Orchid. HEX triplet: D0, 53 and EB. RGB value is (208,83,235). Sum of RGB (Red+Green+Blue) = 208+83+235=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #D053EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053EB is #2FAC14. Grayscale: #898989. Windows color (decimal): -3124245 or 15422416. OLE color: 15422416.

HSL color Cylindrical-coordinate representation of color #D053EB: hue angle of 289.34º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D053EB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 83 235 -
CMYK 0.11 0.65 0 0.08
HSL 289.34º 0.79% 0.62% -
HSV(B) 289.34º 0.65% 0.92% -
XYZ 44.1 25.59 81.21 -
YUV 137.7 182.91 178.14 -
System Red Green Blue C M Y K H S L
Decimal 208 83 235 0.11 0.65 0 0.08 289.34 0.79 0.62
Hex D0 53 EB B 41 0 8 121 4F 3E
Octal 320 123 353 13 101 0 10 441 117 76
Binary 11010000 1010011 11101011 1011 1000001 0 1000 100100001 1001111 111110

Color Harmonies of #D053EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053EB

Black with #D053EB

Text Example


Text Example

White with #D053EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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