Html Css Color HEX #D053E7 Medium Orchid

📋 copy color: '#D053E7'

red 208 ◦ green 83 ◦ blue 231

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

Shades of Medium Orchid #D053E7

Tints of Medium Orchid #D053E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.25%

R = 39.85%
G = 15.9%
B = 44.25%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D053E7 (or 0xD053E7) is known color: Medium Orchid. HEX triplet: D0, 53 and E7. RGB value is (208,83,231). Sum of RGB (Red+Green+Blue) = 208+83+231=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #D053E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053E7 is #2FAC18. Grayscale: #888888. Windows color (decimal): -3124249 or 15160272. OLE color: 15160272.

HSL color Cylindrical-coordinate representation of color #D053E7: hue angle of 290.68º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D053E7 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 83 231 -
CMYK 0.10 0.64 0 0.09
HSL 290.68º 0.76% 0.62% -
HSV(B) 290.68º 0.64% 0.91% -
XYZ 43.53 25.37 78.2 -
YUV 137.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 208 83 231 0.10 0.64 0 0.09 290.68 0.76 0.62
Hex D0 53 E7 A 40 0 9 123 4C 3E
Octal 320 123 347 12 100 0 11 443 114 76
Binary 11010000 1010011 11100111 1010 1000000 0 1001 100100011 1001100 111110

Color Harmonies of #D053E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053E7

Black with #D053E7

Text Example


Text Example

White with #D053E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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