#D46ACA

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

Shades of Orchid #D46ACA

Tints of Orchid #D46ACA

Color information

#D46ACA (or 0xD46ACA) is unknown color: approx Orchid. HEX triplet: D4, 6A and CA. RGB value is (212,106,202). Sum of RGB (Red+Green+Blue) = 212+106+202=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ACA is #2B9535. Grayscale: #949494. Windows color (decimal): -2856246 or 13265620. OLE color: 13265620.

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

Color convert

RGB212106202-
CMYK00.50.050.17
HSL305.66º55.21%62.35%-
HSV(B)305.66º50%83.14%-
XYZ42.9728.5759.13-
YUV148.64158.12173.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 106 (41.80% from 255) = 20.38%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=40.77%
G=20.38%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210620200.50.050.17305.6655.2162.35
HexD46ACA032511132373e
Octal3241523120625214626776
Binary11010100110101011001010011001010110001100110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46ACA; }

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

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

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

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

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

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

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

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