#D46ACD

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

Shades of Orchid #D46ACD

Tints of Orchid #D46ACD

Color information

#D46ACD (or 0xD46ACD) is unknown color: approx Orchid. HEX triplet: D4, 6A and CD. RGB value is (212,106,205). Sum of RGB (Red+Green+Blue) = 212+106+205=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ACD is #2B9532. Grayscale: #949494. Windows color (decimal): -2856243 or 13462228. OLE color: 13462228.

HSL color Cylindrical-coordinate representation of color #D46ACD: hue angle of 303.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46ACD is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212106205-
CMYK00.50.030.17
HSL303.96º55.21%62.35%-
HSV(B)303.96º50%83.14%-
XYZ43.3228.7161.02-
YUV148.98159.62172.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 106 (41.80% from 255) = 20.27%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=40.54%
G=20.27%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210620500.50.030.17303.9655.2162.35
HexD46ACD032311130373e
Octal3241523150623214606776
Binary1101010011010101100110101100101110001100110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46ACD; }

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

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

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

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

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

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

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

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