#D484E3

Color #D484E3 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D484E3

Tints of Orchid #D484E3

Color information

#D484E3 (or 0xD484E3) is unknown color: approx Orchid. HEX triplet: D4, 84 and E3. RGB value is (212,132,227). Sum of RGB (Red+Green+Blue) = 212+132+227=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #D484E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484E3 is #2B7B1C. Grayscale: #A6A6A6. Windows color (decimal): -2849565 or 14910676. OLE color: 14910676.

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

Color convert

RGB212132227-
CMYK0.070.4200.11
HSL290.53º62.91%70.39%-
HSV(B)290.53º41.85%89.02%-
XYZ49.2736.0577.03-
YUV166.75162160.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 132 (51.95% from 255) = 23.12%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=37.13%
G=23.12%
B=39.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121322270.070.4200.11290.5362.9170.39
HexD484E372A0B1233f46
Octal32420434375201344377106
Binary110101001000010011100011111101010010111001000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484E3; }

 p { color: rgb(212,132,227); }

 H1.HeaderClassName
 {
   color: #D484E3;
 }
 .AnyTagClassName
 {
   color: #D484E3;
 }
</style>
background-color css

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

 a { background-color: rgb(212,132,227); }

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

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

 span { border-color: rgb(212,132,227); }

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