#D46FBA

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

Shades of Orchid #D46FBA

Tints of Orchid #D46FBA

Color information

#D46FBA (or 0xD46FBA) is unknown color: approx Orchid. HEX triplet: D4, 6F and BA. RGB value is (212,111,186). Sum of RGB (Red+Green+Blue) = 212+111+186=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FBA is #2B9045. Grayscale: #959595. Windows color (decimal): -2854982 or 12218324. OLE color: 12218324.

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

Color convert

RGB212111186-
CMYK00.480.120.17
HSL315.45º54.01%63.33%-
HSV(B)315.45º47.64%83.14%-
XYZ41.728.9149.84-
YUV149.75148.46172.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=41.65%
G=21.81%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211118600.480.120.17315.4554.0163.33
HexD46FBA030C1113b363f
Octal32415727206014214736677
Binary110101001101111101110100110000110010001100111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FBA; }

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

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

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

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

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

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

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

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