Html Css Color HEX #D055DF Medium Orchid

📋 copy color: '#D055DF'

red 208 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #D055DF

Tints of Medium Orchid #D055DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.47%

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

R = 40.31%
G = 16.47%
B = 43.22%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D055DF (or 0xD055DF) is known color: Medium Orchid. HEX triplet: D0, 55 and DF. RGB value is (208,85,223). Sum of RGB (Red+Green+Blue) = 208+85+223=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #D055DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055DF is #2FAA20. Grayscale: #898989. Windows color (decimal): -3123745 or 14636496. OLE color: 14636496.

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

Color convert

RGB 208 85 223 -
CMYK 0.07 0.62 0 0.13
HSL 293.48º 0.68% 0.6% -
HSV(B) 293.48º 0.62% 0.87% -
XYZ 42.58 25.23 72.44 -
YUV 137.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 208 85 223 0.07 0.62 0 0.13 293.48 0.68 0.6
Hex D0 55 DF 7 3E 0 D 125 44 3C
Octal 320 125 337 7 76 0 15 445 104 74
Binary 11010000 1010101 11011111 111 111110 0 1101 100100101 1000100 111100

Color Harmonies of #D055DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055DF

Black with #D055DF

Text Example


Text Example

White with #D055DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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