#D482D3

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

Shades of Orchid #D482D3

Tints of Orchid #D482D3

Color information

#D482D3 (or 0xD482D3) is unknown color: approx Orchid. HEX triplet: D4, 82 and D3. RGB value is (212,130,211). Sum of RGB (Red+Green+Blue) = 212+130+211=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D482D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482D3 is #2B7D2C. Grayscale: #A3A3A3. Windows color (decimal): -2850093 or 13861588. OLE color: 13861588.

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

Color convert

RGB212130211-
CMYK00.390.000.17
HSL300.73º48.81%67.06%-
HSV(B)300.73º38.68%83.14%-
XYZ46.8934.6765.85-
YUV163.75154.67162.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 211 (82.81% from 255) = 38.16%
R=38.34%
G=23.51%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213021100.390.000.17300.7348.8167.06
HexD482D302701112d3143
Octal32420232304702145561103
Binary11010100100000101101001101001110100011001011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482D3; }

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

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

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

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

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

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

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

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