Html Css Color HEX #D055ED Medium Orchid

📋 copy color: '#D055ED'

red 208 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #D055ED

Tints of Medium Orchid #D055ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 39.25%
G = 16.04%
B = 44.72%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D055ED (or 0xD055ED) is known color: Medium Orchid. HEX triplet: D0, 55 and ED. RGB value is (208,85,237). Sum of RGB (Red+Green+Blue) = 208+85+237=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #D055ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055ED is #2FAA12. Grayscale: #8A8A8A. Windows color (decimal): -3123731 or 15554000. OLE color: 15554000.

HSL color Cylindrical-coordinate representation of color #D055ED: hue angle of 288.55º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D055ED is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 85 237 -
CMYK 0.12 0.64 0 0.07
HSL 288.55º 0.81% 0.63% -
HSV(B) 288.55º 0.64% 0.93% -
XYZ 44.55 26.02 82.8 -
YUV 139.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 208 85 237 0.12 0.64 0 0.07 288.55 0.81 0.63
Hex D0 55 ED C 40 0 7 121 51 3F
Octal 320 125 355 14 100 0 7 441 121 77
Binary 11010000 1010101 11101101 1100 1000000 0 111 100100001 1010001 111111

Color Harmonies of #D055ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055ED

Black with #D055ED

Text Example


Text Example

White with #D055ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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