#D482C0

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

Shades of Orchid #D482C0

Tints of Orchid #D482C0

Color information

#D482C0 (or 0xD482C0) is unknown color: approx Orchid. HEX triplet: D4, 82 and C0. RGB value is (212,130,192). Sum of RGB (Red+Green+Blue) = 212+130+192=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D482C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482C0 is #2B7D3F. Grayscale: #A1A1A1. Windows color (decimal): -2850112 or 12616404. OLE color: 12616404.

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

Color convert

RGB212130192-
CMYK00.390.090.17
HSL314.63º48.81%67.06%-
HSV(B)314.63º38.68%83.14%-
XYZ44.6533.7754.03-
YUV161.59145.17163.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 130 (51.17% from 255) = 24.34%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=39.70%
G=24.34%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213019200.390.090.17314.6348.8167.06
HexD482C002791113b3143
Octal324202300047112147361103
Binary11010100100000101100000001001111001100011001110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482C0; }

 p { color: rgb(212,130,192); }

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

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

 a { background-color: rgb(212,130,192); }

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

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

 span { border-color: rgb(212,130,192); }

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