#d482c1

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

Shades of Orchid #D482C1

Tints of Orchid #D482C1

Color information

#D482C1 (or 0xD482C1) is unknown color: approx Orchid. HEX triplet: D4, 82 and C1. RGB value is (212,130,193). Sum of RGB (Red+Green+Blue) = 212+130+193=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D482C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482C1 is #2B7D3E. Grayscale: #A1A1A1. Windows color (decimal): -2850111 or 12681940. OLE color: 12681940.

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

Color convert

RGB212130193-
CMYK00.390.090.17
HSL313.9º48.81%67.06%-
HSV(B)313.9º38.68%83.14%-
XYZ44.7633.8154.62-
YUV161.7145.67163.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=39.63%
G=24.30%
B=36.07%

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
Decimal21213019300.390.090.17313.948.8167.06
HexD482C102791113a3143
Octal324202301047112147261103
Binary11010100100000101100000101001111001100011001110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d482c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d482c1; }

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

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

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

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

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

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

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

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