#D46BBA

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

Shades of Orchid #D46BBA

Tints of Orchid #D46BBA

Color information

#D46BBA (or 0xD46BBA) is unknown color: approx Orchid. HEX triplet: D4, 6B and BA. RGB value is (212,107,186). Sum of RGB (Red+Green+Blue) = 212+107+186=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BBA is #2B9445. Grayscale: #939393. Windows color (decimal): -2856006 or 12217300. OLE color: 12217300.

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

Color convert

RGB212107186-
CMYK00.500.120.17
HSL314.86º54.97%62.55%-
HSV(B)314.86º49.53%83.14%-
XYZ41.2728.0649.69-
YUV147.4149.79174.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=41.98%
G=21.19%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210718600.500.120.17314.8654.9762.55
HexD46BBA032C1113b373f
Octal32415327206214214736777
Binary110101001101011101110100110010110010001100111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46BBA; }

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

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

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

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

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

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

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

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