#D480E0

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

Shades of Orchid #D480E0

Tints of Orchid #D480E0

Color information

#D480E0 (or 0xD480E0) is unknown color: approx Orchid. HEX triplet: D4, 80 and E0. RGB value is (212,128,224). Sum of RGB (Red+Green+Blue) = 212+128+224=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #D480E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480E0 is #2B7F1F. Grayscale: #A3A3A3. Windows color (decimal): -2850592 or 14713044. OLE color: 14713044.

HSL color Cylindrical-coordinate representation of color #D480E0: hue angle of 292.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D480E0 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212128224-
CMYK0.050.4300.12
HSL292.5º60.76%69.02%-
HSV(B)292.5º42.86%87.84%-
XYZ48.3334.8274.69-
YUV164.06161.83162.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 128 (50.39% from 255) = 22.70%
BLUE value IS 224 (87.89% from 255) = 39.72%
R=37.59%
G=22.70%
B=39.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121282240.050.4300.12292.560.7669.02
HexD480E052B0C1243d45
Octal32420034055301444475105
Binary110101001000000011100000101101011011001001001001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480E0; }

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

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

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

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

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

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

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

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