#D480E3

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

Shades of Orchid #D480E3

Tints of Orchid #D480E3

Color information

#D480E3 (or 0xD480E3) is unknown color: approx Orchid. HEX triplet: D4, 80 and E3. RGB value is (212,128,227). Sum of RGB (Red+Green+Blue) = 212+128+227=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #D480E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480E3 is #2B7F1C. Grayscale: #A4A4A4. Windows color (decimal): -2850589 or 14909652. OLE color: 14909652.

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

Color convert

RGB212128227-
CMYK0.070.4400.11
HSL290.91º63.87%69.61%-
HSV(B)290.91º43.61%89.02%-
XYZ48.7434.9876.86-
YUV164.4163.33161.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 227 (89.06% from 255) = 40.04%
R=37.39%
G=22.57%
B=40.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121282270.070.4400.11290.9163.8769.61
HexD480E372C0B1234046
Octal324200343754013443100106
Binary1101010010000000111000111111011000101110010001110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480E3; }

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

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

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

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

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

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

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

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