Html Css Color HEX #D057E4 Medium Orchid

📋 copy color: '#D057E4'

red 208 ◦ green 87 ◦ blue 228

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

Shades of Medium Orchid #D057E4

Tints of Medium Orchid #D057E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.59%

R = 39.77%
G = 16.63%
B = 43.59%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D057E4 (or 0xD057E4) is known color: Medium Orchid. HEX triplet: D0, 57 and E4. RGB value is (208,87,228). Sum of RGB (Red+Green+Blue) = 208+87+228=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #D057E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057E4 is #2FA81B. Grayscale: #8A8A8A. Windows color (decimal): -3123228 or 14964688. OLE color: 14964688.

HSL color Cylindrical-coordinate representation of color #D057E4: hue angle of 291.49º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D057E4 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 87 228 -
CMYK 0.09 0.62 0 0.11
HSL 291.49º 0.72% 0.62% -
HSV(B) 291.49º 0.62% 0.89% -
XYZ 43.42 25.83 76.1 -
YUV 139.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 208 87 228 0.09 0.62 0 0.11 291.49 0.72 0.62
Hex D0 57 E4 9 3E 0 B 123 48 3E
Octal 320 127 344 11 76 0 13 443 110 76
Binary 11010000 1010111 11100100 1001 111110 0 1011 100100011 1001000 111110

Color Harmonies of #D057E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057E4

Black with #D057E4

Text Example


Text Example

White with #D057E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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