#D46BE5

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

Shades of Orchid #D46BE5

Tints of Orchid #D46BE5

Color information

#D46BE5 (or 0xD46BE5) is unknown color: approx Orchid. HEX triplet: D4, 6B and E5. RGB value is (212,107,229). Sum of RGB (Red+Green+Blue) = 212+107+229=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #D46BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BE5 is #2B941A. Grayscale: #979797. Windows color (decimal): -2855963 or 15035348. OLE color: 15035348.

HSL color Cylindrical-coordinate representation of color #D46BE5: hue angle of 291.64º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46BE5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB212107229-
CMYK0.070.5300.10
HSL291.64º70.11%65.88%-
HSV(B)291.64º53.28%89.8%-
XYZ46.5530.1777.5-
YUV152.3171.29170.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 107 (42.19% from 255) = 19.53%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=38.69%
G=19.53%
B=41.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2121072290.070.5300.10291.6470.1165.88
HexD46BE57350A1244642
Octal324153345765012444106102
Binary110101001101011111001011111101010101010010010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46BE5; }

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

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

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

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

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

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

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

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