#D482E2

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

Shades of Orchid #D482E2

Tints of Orchid #D482E2

Color information

#D482E2 (or 0xD482E2) is unknown color: approx Orchid. HEX triplet: D4, 82 and E2. RGB value is (212,130,226). Sum of RGB (Red+Green+Blue) = 212+130+226=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #D482E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482E2 is #2B7D1D. Grayscale: #A5A5A5. Windows color (decimal): -2850078 or 14844628. OLE color: 14844628.

HSL color Cylindrical-coordinate representation of color #D482E2: hue angle of 291.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D482E2 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212130226-
CMYK0.060.4200.11
HSL291.25º62.34%69.8%-
HSV(B)291.25º42.48%88.63%-
XYZ48.8635.4576.22-
YUV165.46162.17161.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 226 (88.67% from 255) = 39.79%
R=37.32%
G=22.89%
B=39.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121302260.060.4200.11291.2562.3469.8
HexD482E262A0B1233e46
Octal32420234265201344376106
Binary110101001000001011100010110101010010111001000111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482E2; }

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

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

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

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

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

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

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

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