#D480CA

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

Shades of Orchid #D480CA

Tints of Orchid #D480CA

Color information

#D480CA (or 0xD480CA) is unknown color: approx Orchid. HEX triplet: D4, 80 and CA. RGB value is (212,128,202). Sum of RGB (Red+Green+Blue) = 212+128+202=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D480CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480CA is #2B7F35. Grayscale: #A1A1A1. Windows color (decimal): -2850614 or 13271252. OLE color: 13271252.

HSL color Cylindrical-coordinate representation of color #D480CA: hue angle of 307.14º 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 #D480CA is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212128202-
CMYK00.400.050.17
HSL307.14º49.41%66.67%-
HSV(B)307.14º39.62%83.14%-
XYZ45.5333.759.98-
YUV161.55150.83163.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 128 (50.39% from 255) = 23.62%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=39.11%
G=23.62%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212820200.400.050.17307.1449.4166.67
HexD480CA0285111333143
Octal32420031205052146361103
Binary1101010010000000110010100101000101100011001100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480CA; }

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

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

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

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

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

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

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

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