#D46DC6

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

Shades of Orchid #D46DC6

Tints of Orchid #D46DC6

Color information

#D46DC6 (or 0xD46DC6) is unknown color: approx Orchid. HEX triplet: D4, 6D and C6. RGB value is (212,109,198). Sum of RGB (Red+Green+Blue) = 212+109+198=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DC6 is #2B9239. Grayscale: #959595. Windows color (decimal): -2855482 or 13004244. OLE color: 13004244.

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

Color convert

RGB212109198-
CMYK00.490.070.17
HSL308.16º54.5%62.94%-
HSV(B)308.16º48.58%83.14%-
XYZ42.8129.0156.77-
YUV149.94155.12172.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=40.85%
G=21.00%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210919800.490.070.17308.1654.562.94
HexD46DC6031711134363f
Octal3241553060617214646677
Binary11010100110110111000110011000111110001100110100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46DC6; }

 p { color: rgb(212,109,198); }

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

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

 a { background-color: rgb(212,109,198); }

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

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

 span { border-color: rgb(212,109,198); }

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