Html Css Color HEX #D053EA Medium Orchid

📋 copy color: '#D053EA'

red 208 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #D053EA

Tints of Medium Orchid #D053EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 39.62%
G = 15.81%
B = 44.57%

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

#D053EA (or 0xD053EA) is known color: Medium Orchid. HEX triplet: D0, 53 and EA. RGB value is (208,83,234). Sum of RGB (Red+Green+Blue) = 208+83+234=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #D053EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053EA is #2FAC15. Grayscale: #898989. Windows color (decimal): -3124246 or 15356880. OLE color: 15356880.

HSL color Cylindrical-coordinate representation of color #D053EA: hue angle of 289.67º degrees, saturation: 0.78, 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 #D053EA is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 83 234 -
CMYK 0.11 0.65 0 0.08
HSL 289.67º 0.78% 0.62% -
HSV(B) 289.67º 0.65% 0.92% -
XYZ 43.96 25.54 80.45 -
YUV 137.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 208 83 234 0.11 0.65 0 0.08 289.67 0.78 0.62
Hex D0 53 EA B 41 0 8 122 4E 3E
Octal 320 123 352 13 101 0 10 442 116 76
Binary 11010000 1010011 11101010 1011 1000001 0 1000 100100010 1001110 111110

Color Harmonies of #D053EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053EA

Black with #D053EA

Text Example


Text Example

White with #D053EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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