#D480DC

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

Shades of Orchid #D480DC

Tints of Orchid #D480DC

Color information

#D480DC (or 0xD480DC) is unknown color: approx Orchid. HEX triplet: D4, 80 and DC. RGB value is (212,128,220). Sum of RGB (Red+Green+Blue) = 212+128+220=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D480DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480DC is #2B7F23. Grayscale: #A3A3A3. Windows color (decimal): -2850596 or 14450900. OLE color: 14450900.

HSL color Cylindrical-coordinate representation of color #D480DC: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D480DC is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212128220-
CMYK0.040.4200.14
HSL294.78º56.79%68.24%-
HSV(B)294.78º41.82%86.27%-
XYZ47.7934.671.87-
YUV163.6159.83162.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=37.86%
G=22.86%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121282200.040.4200.14294.7856.7968.24
HexD480DC42A0E1273944
Octal32420033445201644771104
Binary110101001000000011011100100101010011101001001111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480DC; }

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

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

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

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

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

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

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

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