#D480DF

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

Shades of Orchid #D480DF

Tints of Orchid #D480DF

Color information

#D480DF (or 0xD480DF) is unknown color: approx Orchid. HEX triplet: D4, 80 and DF. RGB value is (212,128,223). Sum of RGB (Red+Green+Blue) = 212+128+223=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #D480DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480DF is #2B7F20. Grayscale: #A3A3A3. Windows color (decimal): -2850593 or 14647508. OLE color: 14647508.

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

Color convert

RGB212128223-
CMYK0.050.4300.13
HSL293.05º59.75%68.82%-
HSV(B)293.05º42.6%87.45%-
XYZ48.1934.7673.98-
YUV163.95161.33162.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=37.66%
G=22.74%
B=39.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121282230.050.4300.13293.0559.7568.82
HexD480DF52B0D1253c45
Octal32420033755301544574105
Binary110101001000000011011111101101011011011001001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480DF; }

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

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

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

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

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

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

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

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