#D46FD3

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

Shades of Orchid #D46FD3

Tints of Orchid #D46FD3

Color information

#D46FD3 (or 0xD46FD3) is unknown color: approx Orchid. HEX triplet: D4, 6F and D3. RGB value is (212,111,211). Sum of RGB (Red+Green+Blue) = 212+111+211=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FD3 is #2B902C. Grayscale: #989898. Windows color (decimal): -2854957 or 13856724. OLE color: 13856724.

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

Color convert

RGB212111211-
CMYK00.480.000.17
HSL300.59º54.01%63.33%-
HSV(B)300.59º47.64%83.14%-
XYZ44.5930.0765.08-
YUV152.6160.96170.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 211 (82.81% from 255) = 39.51%
R=39.70%
G=20.79%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211121100.480.000.17300.5954.0163.33
HexD46FD303001112d363f
Octal3241573230600214556677
Binary110101001101111110100110110000010001100101101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FD3; }

 p { color: rgb(212,111,211); }

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

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

 a { background-color: rgb(212,111,211); }

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

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

 span { border-color: rgb(212,111,211); }

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