#D46BBE

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

Shades of Orchid #D46BBE

Tints of Orchid #D46BBE

Color information

#D46BBE (or 0xD46BBE) is unknown color: approx Orchid. HEX triplet: D4, 6B and BE. RGB value is (212,107,190). Sum of RGB (Red+Green+Blue) = 212+107+190=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BBE is #2B9441. Grayscale: #939393. Windows color (decimal): -2856002 or 12479444. OLE color: 12479444.

HSL color Cylindrical-coordinate representation of color #D46BBE: hue angle of 312.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46BBE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212107190-
CMYK00.500.100.17
HSL312.57º54.97%62.55%-
HSV(B)312.57º49.53%83.14%-
XYZ41.728.2351.97-
YUV147.86151.79173.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=41.65%
G=21.02%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210719000.500.100.17312.5754.9762.55
HexD46BBE032A11139373f
Octal32415327606212214716777
Binary110101001101011101111100110010101010001100111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46BBE; }

 p { color: rgb(212,107,190); }

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

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

 a { background-color: rgb(212,107,190); }

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

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

 span { border-color: rgb(212,107,190); }

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