Html Css Color HEX #D054E6 Medium Orchid

📋 copy color: '#D054E6'

red 208 ◦ green 84 ◦ blue 230

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

Shades of Medium Orchid #D054E6

Tints of Medium Orchid #D054E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.06%

R = 39.85%
G = 16.09%
B = 44.06%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D054E6 (or 0xD054E6) is known color: Medium Orchid. HEX triplet: D0, 54 and E6. RGB value is (208,84,230). Sum of RGB (Red+Green+Blue) = 208+84+230=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #D054E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D054E6 is #2FAB19. Grayscale: #898989. Windows color (decimal): -3123994 or 15094992. OLE color: 15094992.

HSL color Cylindrical-coordinate representation of color #D054E6: hue angle of 290.96º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D054E6 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 84 230 -
CMYK 0.10 0.63 0 0.10
HSL 290.96º 0.74% 0.62% -
HSV(B) 290.96º 0.63% 0.9% -
XYZ 43.47 25.46 77.49 -
YUV 137.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 208 84 230 0.10 0.63 0 0.10 290.96 0.74 0.62
Hex D0 54 E6 A 3F 0 A 123 4A 3E
Octal 320 124 346 12 77 0 12 443 112 76
Binary 11010000 1010100 11100110 1010 111111 0 1010 100100011 1001010 111110

Color Harmonies of #D054E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D054E6

Black with #D054E6

Text Example


Text Example

White with #D054E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D054E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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