Html Css Color HEX #D053DF Medium Orchid

📋 copy color: '#D053DF'

red 208 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #D053DF

Tints of Medium Orchid #D053DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 40.47%
G = 16.15%
B = 43.39%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D053DF (or 0xD053DF) is known color: Medium Orchid. HEX triplet: D0, 53 and DF. RGB value is (208,83,223). Sum of RGB (Red+Green+Blue) = 208+83+223=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #D053DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053DF is #2FAC20. Grayscale: #878787. Windows color (decimal): -3124257 or 14635984. OLE color: 14635984.

HSL color Cylindrical-coordinate representation of color #D053DF: hue angle of 293.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D053DF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 83 223 -
CMYK 0.07 0.63 0 0.13
HSL 293.57º 0.69% 0.6% -
HSV(B) 293.57º 0.63% 0.87% -
XYZ 42.42 24.92 72.39 -
YUV 136.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 208 83 223 0.07 0.63 0 0.13 293.57 0.69 0.6
Hex D0 53 DF 7 3F 0 D 126 45 3C
Octal 320 123 337 7 77 0 15 446 105 74
Binary 11010000 1010011 11011111 111 111111 0 1101 100100110 1000101 111100

Color Harmonies of #D053DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053DF

Black with #D053DF

Text Example


Text Example

White with #D053DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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