Html Css Color HEX #D057EE Medium Orchid

📋 copy color: '#D057EE'

red 208 ◦ green 87 ◦ blue 238

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

Shades of Medium Orchid #D057EE

Tints of Medium Orchid #D057EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 39.02%
G = 16.32%
B = 44.65%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D057EE (or 0xD057EE) is known color: Medium Orchid. HEX triplet: D0, 57 and EE. RGB value is (208,87,238). Sum of RGB (Red+Green+Blue) = 208+87+238=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #D057EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D057EE is #2FA811. Grayscale: #8B8B8B. Windows color (decimal): -3123218 or 15620048. OLE color: 15620048.

HSL color Cylindrical-coordinate representation of color #D057EE: hue angle of 288.08º degrees, saturation: 0.82, 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 #D057EE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 87 238 -
CMYK 0.13 0.63 0 0.07
HSL 288.08º 0.82% 0.64% -
HSV(B) 288.08º 0.63% 0.93% -
XYZ 44.85 26.4 83.62 -
YUV 140.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 208 87 238 0.13 0.63 0 0.07 288.08 0.82 0.64
Hex D0 57 EE D 3F 0 7 120 52 40
Octal 320 127 356 15 77 0 7 440 122 100
Binary 11010000 1010111 11101110 1101 111111 0 111 100100000 1010010 1000000

Color Harmonies of #D057EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057EE

Black with #D057EE

Text Example


Text Example

White with #D057EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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