#D46FD4

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

Shades of Orchid #D46FD4

Tints of Orchid #D46FD4

Color information

#D46FD4 (or 0xD46FD4) is unknown color: approx Orchid. HEX triplet: D4, 6F and D4. RGB value is (212,111,212). Sum of RGB (Red+Green+Blue) = 212+111+212=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D46FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FD4 is #2B902B. Grayscale: #989898. Windows color (decimal): -2854956 or 13922260. OLE color: 13922260.

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

Color convert

RGB212111212-
CMYK00.4800.17
HSL300º54.01%63.33%-
HSV(B)300º47.64%83.14%-
XYZ44.7230.1265.74-
YUV152.71161.46170.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 111 (43.75% from 255) = 20.75%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=39.63%
G=20.75%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211121200.4800.1730054.0163.33
HexD46FD403001112c363f
Octal3241573240600214546677
Binary110101001101111110101000110000010001100101100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FD4; }

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

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

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

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

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

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

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

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