#D46FBD

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

Shades of Orchid #D46FBD

Tints of Orchid #D46FBD

Color information

#D46FBD (or 0xD46FBD) is unknown color: approx Orchid. HEX triplet: D4, 6F and BD. RGB value is (212,111,189). Sum of RGB (Red+Green+Blue) = 212+111+189=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FBD is #2B9042. Grayscale: #959595. Windows color (decimal): -2854979 or 12414932. OLE color: 12414932.

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

Color convert

RGB212111189-
CMYK00.480.110.17
HSL313.66º54.01%63.33%-
HSV(B)313.66º47.64%83.14%-
XYZ42.0229.0451.53-
YUV150.09149.96172.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=41.41%
G=21.68%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211118900.480.110.17313.6654.0163.33
HexD46FBD030B1113a363f
Octal32415727506013214726677
Binary110101001101111101111010110000101110001100111010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FBD; }

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

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

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

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

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

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

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

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