#D480C8

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

Shades of Orchid #D480C8

Tints of Orchid #D480C8

Color information

#D480C8 (or 0xD480C8) is unknown color: approx Orchid. HEX triplet: D4, 80 and C8. RGB value is (212,128,200). Sum of RGB (Red+Green+Blue) = 212+128+200=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D480C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480C8 is #2B7F37. Grayscale: #A1A1A1. Windows color (decimal): -2850616 or 13140180. OLE color: 13140180.

HSL color Cylindrical-coordinate representation of color #D480C8: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480C8 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212128200-
CMYK00.400.060.17
HSL308.57º49.41%66.67%-
HSV(B)308.57º39.62%83.14%-
XYZ45.333.6158.74-
YUV161.32149.83164.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=39.26%
G=23.70%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212820000.400.060.17308.5749.4166.67
HexD480C80286111353143
Octal32420031005062146561103
Binary1101010010000000110010000101000110100011001101011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480C8; }

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

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

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

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

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

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

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

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