Html Css Color HEX #D057ED Medium Orchid

📋 copy color: '#D057ED'

red 208 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #D057ED

Tints of Medium Orchid #D057ED

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.35%

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

R = 39.1%
G = 16.35%
B = 44.55%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D057ED (or 0xD057ED) is known color: Medium Orchid. HEX triplet: D0, 57 and ED. RGB value is (208,87,237). Sum of RGB (Red+Green+Blue) = 208+87+237=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 87 (34.38% from 255 or 16.35% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #D057ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D057ED is #2FA812. Grayscale: #8B8B8B. Windows color (decimal): -3123219 or 15554512. OLE color: 15554512.

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

Color convert

RGB 208 87 237 -
CMYK 0.12 0.63 0 0.07
HSL 288.4º 0.81% 0.64% -
HSV(B) 288.4º 0.63% 0.93% -
XYZ 44.71 26.34 82.85 -
YUV 140.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 208 87 237 0.12 0.63 0 0.07 288.4 0.81 0.64
Hex D0 57 ED C 3F 0 7 120 51 40
Octal 320 127 355 14 77 0 7 440 121 100
Binary 11010000 1010111 11101101 1100 111111 0 111 100100000 1010001 1000000

Color Harmonies of #D057ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057ED

Black with #D057ED

Text Example


Text Example

White with #D057ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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