#D46DCD

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

Shades of Orchid #D46DCD

Tints of Orchid #D46DCD

Color information

#D46DCD (or 0xD46DCD) is unknown color: approx Orchid. HEX triplet: D4, 6D and CD. RGB value is (212,109,205). Sum of RGB (Red+Green+Blue) = 212+109+205=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DCD is #2B9232. Grayscale: #969696. Windows color (decimal): -2855475 or 13462996. OLE color: 13462996.

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

Color convert

RGB212109205-
CMYK00.490.030.17
HSL304.08º54.5%62.94%-
HSV(B)304.08º48.58%83.14%-
XYZ43.6429.3461.12-
YUV150.74158.62171.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=40.30%
G=20.72%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210920500.490.030.17304.0854.562.94
HexD46DCD031311130363f
Octal3241553150613214606677
Binary1101010011011011100110101100011110001100110000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46DCD; }

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

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

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

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

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

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

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

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