Html Css Color HEX #D054E4 Medium Orchid

📋 copy color: '#D054E4'

red 208 ◦ green 84 ◦ blue 228

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

Shades of Medium Orchid #D054E4

Tints of Medium Orchid #D054E4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.15%

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

R = 40%
G = 16.15%
B = 43.85%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D054E4 (or 0xD054E4) is known color: Medium Orchid. HEX triplet: D0, 54 and E4. RGB value is (208,84,228). Sum of RGB (Red+Green+Blue) = 208+84+228=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #D054E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054E4 is #2FAB1B. Grayscale: #898989. Windows color (decimal): -3123996 or 14963920. OLE color: 14963920.

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

Color convert

RGB 208 84 228 -
CMYK 0.09 0.63 0 0.11
HSL 291.67º 0.73% 0.61% -
HSV(B) 291.67º 0.63% 0.89% -
XYZ 43.19 25.35 76.02 -
YUV 137.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 208 84 228 0.09 0.63 0 0.11 291.67 0.73 0.61
Hex D0 54 E4 9 3F 0 B 124 49 3D
Octal 320 124 344 11 77 0 13 444 111 75
Binary 11010000 1010100 11100100 1001 111111 0 1011 100100100 1001001 111101

Color Harmonies of #D054E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054E4

Black with #D054E4

Text Example


Text Example

White with #D054E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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