#D46CDF

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

Shades of Orchid #D46CDF

Tints of Orchid #D46CDF

Color information

#D46CDF (or 0xD46CDF) is unknown color: approx Orchid. HEX triplet: D4, 6C and DF. RGB value is (212,108,223). Sum of RGB (Red+Green+Blue) = 212+108+223=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D46CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CDF is #2B9320. Grayscale: #979797. Windows color (decimal): -2855713 or 14642388. OLE color: 14642388.

HSL color Cylindrical-coordinate representation of color #D46CDF: hue angle of 294.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46CDF is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212108223-
CMYK0.050.5200.13
HSL294.26º64.25%64.9%-
HSV(B)294.26º51.57%87.45%-
XYZ45.8330.0573.2-
YUV152.21167.96170.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 108 (42.58% from 255) = 19.89%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=39.04%
G=19.89%
B=41.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121082230.050.5200.13294.2664.2564.9
HexD46CDF5340D1264041
Octal324154337564015446100101
Binary110101001101100110111111011101000110110010011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46CDF; }

 p { color: rgb(212,108,223); }

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

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

 a { background-color: rgb(212,108,223); }

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

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

 span { border-color: rgb(212,108,223); }

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