#D46BB8

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

Shades of Orchid #D46BB8

Tints of Orchid #D46BB8

Color information

#D46BB8 (or 0xD46BB8) is unknown color: approx Orchid. HEX triplet: D4, 6B and B8. RGB value is (212,107,184). Sum of RGB (Red+Green+Blue) = 212+107+184=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BB8 is #2B9447. Grayscale: #929292. Windows color (decimal): -2856008 or 12086228. OLE color: 12086228.

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

Color convert

RGB212107184-
CMYK00.500.130.17
HSL316º54.97%62.55%-
HSV(B)316º49.53%83.14%-
XYZ41.0627.9748.58-
YUV147.17148.79174.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.15%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 184 (72.27% from 255) = 36.58%
R=42.15%
G=21.27%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210718400.500.130.1731654.9762.55
HexD46BB8032D1113c373f
Octal32415327006215214746777
Binary110101001101011101110000110010110110001100111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46BB8; }

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

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

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

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

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

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

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

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