#D46DCA

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

Shades of Orchid #D46DCA

Tints of Orchid #D46DCA

Color information

#D46DCA (or 0xD46DCA) is unknown color: approx Orchid. HEX triplet: D4, 6D and CA. RGB value is (212,109,202). Sum of RGB (Red+Green+Blue) = 212+109+202=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DCA is #2B9235. Grayscale: #969696. Windows color (decimal): -2855478 or 13266388. OLE color: 13266388.

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

Color convert

RGB212109202-
CMYK00.490.050.17
HSL305.83º54.5%62.94%-
HSV(B)305.83º48.58%83.14%-
XYZ43.2829.259.23-
YUV150.4157.12171.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 109 (42.97% from 255) = 20.84%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=40.54%
G=20.84%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210920200.490.050.17305.8354.562.94
HexD46DCA031511132363f
Octal3241553120615214626677
Binary11010100110110111001010011000110110001100110010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46DCA; }

 p { color: rgb(212,109,202); }

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

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

 a { background-color: rgb(212,109,202); }

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

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

 span { border-color: rgb(212,109,202); }

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